diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-03 17:37:28 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-03 17:37:28 +0000 |
commit | b95b5ab28407b75467c6cff63359cba9a0a3bd70 (patch) | |
tree | e5ec5564b97690f1a278f1d693f7390d5818623d /srUtils.h | |
parent | 64de2f0d2e0dd61dc9703a4ffd62f41f5cf42caa (diff) | |
download | rsyslog-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-x | srUtils.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |