summaryrefslogtreecommitdiffstats
path: root/cfsysline.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-07-30 12:19:20 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-07-30 12:19:20 +0000
commit8618cc00b014dde7e7a3c20740757cab0ff0b007 (patch)
tree10d84c3724b54989ca67af3a5504f19c94a4dfaf /cfsysline.h
parent6313a3417605fff4a40e367954c3fcbf79d321d5 (diff)
downloadrsyslog-8618cc00b014dde7e7a3c20740757cab0ff0b007.tar.gz
rsyslog-8618cc00b014dde7e7a3c20740757cab0ff0b007.tar.xz
rsyslog-8618cc00b014dde7e7a3c20740757cab0ff0b007.zip
moved doBinaryOption() and doGetGUID() to cfsysline.c
Diffstat (limited to 'cfsysline.h')
-rw-r--r--cfsysline.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cfsysline.h b/cfsysline.h
index 39083667..78b2fec2 100644
--- a/cfsysline.h
+++ b/cfsysline.h
@@ -65,4 +65,8 @@ rsRetVal cslchConstruct(cslCmdHdlr_t **ppThis);
rsRetVal cslchSetEntry(cslCmdHdlr_t *pThis, ecslCmdHdrlType eType, rsRetVal (*pHdlr)(), void *pData);
rsRetVal cslchCallHdlr(cslCmdHdlr_t *pThis, uchar **ppConfLine);
+/* the next ones go away later */
+rsRetVal doBinaryOptionLine(uchar **pp, rsRetVal (*pSetHdlr)(void*, int), void *pVal);
+rsRetVal doGetUID(uchar **pp, rsRetVal (*pSetHdlr)(void*, uid_t), void *pVal);
+
#endif /* #ifndef CFSYSLINE_H_INCLUDED */