diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-02 10:19:25 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-02 10:19:25 +0000 |
commit | 9d8eb28ebd941694d8dcbc66c6e5c80cf90a206d (patch) | |
tree | 7b6e8cc1a84ea7234a57ce4d85131819d820b292 /conf.h | |
parent | b494d54b98e6240a20f494ecaa0bad646c531686 (diff) | |
download | rsyslog-9d8eb28ebd941694d8dcbc66c6e5c80cf90a206d.tar.gz rsyslog-9d8eb28ebd941694d8dcbc66c6e5c80cf90a206d.tar.xz rsyslog-9d8eb28ebd941694d8dcbc66c6e5c80cf90a206d.zip |
- added class tcps
- added class tcps_sess
- changed imtcp to use new classes; seems to work; imgssapi currently
broken
Diffstat (limited to 'conf.h')
-rw-r--r-- | conf.h | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -37,21 +37,11 @@ BEGINinterface(conf) /* name must also be changed in ENDinterface macro! */ rsRetVal (*doIncludeLine)(uchar **pp, __attribute__((unused)) void* pVal); rsRetVal (*cfline)(uchar *line, selector_t **pfCurr); rsRetVal (*processConfFile)(uchar *pConfFile); - //rsRetVal (*confClassInit)(void); /* TODO: make this a real object! */ ENDinterface(conf) #define confCURR_IF_VERSION 1 /* increment whenever you change the interface structure! */ /* prototypes */ -#if 0 -rsRetVal doNameLine(uchar **pp, void* pVal); -rsRetVal cfsysline(uchar *p); -rsRetVal doModLoad(uchar **pp, __attribute__((unused)) void* pVal); -rsRetVal doIncludeLine(uchar **pp, __attribute__((unused)) void* pVal); -rsRetVal cfline(uchar *line, selector_t **pfCurr); -rsRetVal processConfFile(uchar *pConfFile); -rsRetVal confClassInit(void); /* TODO: make this a real object! */ -#endif PROTOTYPEObj(conf); |