diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-04 10:23:53 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-04 10:23:53 +0000 |
commit | 42b3a7a4356006ce64413ef3583f9cae6d27966b (patch) | |
tree | 06a27c491c49a373877ab14fc0bd80668b217c81 /parse.h | |
parent | ea0d1c36e24db522dc805edf0b42ffe4372dbff8 (diff) | |
download | rsyslog-42b3a7a4356006ce64413ef3583f9cae6d27966b.tar.gz rsyslog-42b3a7a4356006ce64413ef3583f9cae6d27966b.tar.xz rsyslog-42b3a7a4356006ce64413ef3583f9cae6d27966b.zip |
cleaned up some issues with $FileCreateMode
Diffstat (limited to 'parse.h')
-rw-r--r-- | parse.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -80,6 +80,7 @@ rsRetVal rsParsConstructFromSz(rsParsObj **ppThis, unsigned char *psz); rsRetVal rsParsDestruct(rsParsObj *pThis); rsRetVal parsIPv4WithBits(rsParsObj *pThis, unsigned long *pIP, int *pBits); int parsIsAtEndOfParseString(rsParsObj *pThis); +int parsGetCurrentPosition(rsParsObj *pThis); char parsPeekAtCharAtParsPtr(rsParsObj *pThis); #if 0 /* later! - but leave it in in case we need it some day... */ |