summaryrefslogtreecommitdiffstats
path: root/srUtils.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 /srUtils.h
parent6313a3417605fff4a40e367954c3fcbf79d321d5 (diff)
downloadrsyslog-8618cc00b014dde7e7a3c20740757cab0ff0b007.tar.gz
rsyslog-8618cc00b014dde7e7a3c20740757cab0ff0b007.tar.xz
rsyslog-8618cc00b014dde7e7a3c20740757cab0ff0b007.zip
moved doBinaryOption() and doGetGUID() to cfsysline.c
Diffstat (limited to 'srUtils.h')
-rwxr-xr-xsrUtils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/srUtils.h b/srUtils.h
index ece63fd8..a4e70214 100755
--- a/srUtils.h
+++ b/srUtils.h
@@ -62,4 +62,5 @@ unsigned char *srUtilStrDup(unsigned char *pOld, size_t len);
int makeFileParentDirs(uchar *szFile, size_t lenFile, mode_t mode, uid_t uid, gid_t gid, int bFailOnChown);
int execProg(uchar *program, int wait, uchar *arg);
+void skipWhiteSpace(uchar **pp);
#endif