diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-24 16:07:38 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-24 16:07:38 +0000 |
commit | 085c780c551670055eade00cb7fd5766e6470ddf (patch) | |
tree | 3255932572e2a2ec125b6323cd0afb154b617ba5 /modules.h | |
parent | ebe8126ed8aa9031fa2aa0e03cbb9a0afeecdfad (diff) | |
download | rsyslog-085c780c551670055eade00cb7fd5766e6470ddf.tar.gz rsyslog-085c780c551670055eade00cb7fd5766e6470ddf.tar.xz rsyslog-085c780c551670055eade00cb7fd5766e6470ddf.zip |
TypeName is now pulled from the module itself
Diffstat (limited to 'modules.h')
-rw-r--r-- | modules.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -83,6 +83,7 @@ typedef struct moduleInfo { rsRetVal doModInit(rsRetVal (*modInit)(), uchar *name); modInfo_t *omodGetNxt(modInfo_t *pThis); uchar *modGetName(modInfo_t *pThis); +uchar *modGetStateName(modInfo_t *pThis); void modPrintList(void); #endif /* #ifndef MODULES_H_INCLUDED */ |