summaryrefslogtreecommitdiffstats
path: root/modules.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-07-24 16:07:38 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-07-24 16:07:38 +0000
commit085c780c551670055eade00cb7fd5766e6470ddf (patch)
tree3255932572e2a2ec125b6323cd0afb154b617ba5 /modules.h
parentebe8126ed8aa9031fa2aa0e03cbb9a0afeecdfad (diff)
downloadrsyslog-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules.h b/modules.h
index 98e60c1a..a3479918 100644
--- a/modules.h
+++ b/modules.h
@@ -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 */