summaryrefslogtreecommitdiffstats
path: root/srUtils.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-01-03 17:37:28 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-01-03 17:37:28 +0000
commitb95b5ab28407b75467c6cff63359cba9a0a3bd70 (patch)
treee5ec5564b97690f1a278f1d693f7390d5818623d /srUtils.h
parent64de2f0d2e0dd61dc9703a4ffd62f41f5cf42caa (diff)
downloadrsyslog-b95b5ab28407b75467c6cff63359cba9a0a3bd70.tar.gz
rsyslog-b95b5ab28407b75467c6cff63359cba9a0a3bd70.tar.xz
rsyslog-b95b5ab28407b75467c6cff63359cba9a0a3bd70.zip
begun working on disk queueing (not completed, do not use this mode!)
Diffstat (limited to 'srUtils.h')
-rwxr-xr-xsrUtils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/srUtils.h b/srUtils.h
index 15cae89d..ae731dac 100755
--- a/srUtils.h
+++ b/srUtils.h
@@ -64,4 +64,6 @@ int makeFileParentDirs(uchar *szFile, size_t lenFile, mode_t mode, uid_t uid, gi
int execProg(uchar *program, int wait, uchar *arg);
void skipWhiteSpace(uchar **pp);
+rsRetVal genFileName(uchar **ppName, uchar *pDirName, size_t lenDirName,
+ uchar *pPrefix, size_t lenPrefix, long lNum, uchar *pType, size_t lenType);
#endif