diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2005-09-27 12:25:11 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2005-09-27 12:25:11 +0000 |
commit | 4095554465fb330ae35a66d2fd108a83afecbee8 (patch) | |
tree | 98f26f394a4c33f36db169278eaeeda0591a152d /parse.h | |
parent | 21cbbd071a3696695490dc94b11238ae6038ff63 (diff) | |
download | rsyslog-4095554465fb330ae35a66d2fd108a83afecbee8.tar.gz rsyslog-4095554465fb330ae35a66d2fd108a83afecbee8.tar.bz2 rsyslog-4095554465fb330ae35a66d2fd108a83afecbee8.zip |
added allowedSender support for TCP
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, char *psz); rsRetVal rsParsDestruct(rsParsObj *pThis); rsRetVal parsIPv4WithBits(rsParsObj *pThis, unsigned long *pIP, int *pBits); int parsIsAtEndOfParseString(rsParsObj *pThis); +char parsPeekAtCharAtParsPtr(rsParsObj *pThis); #if 0 /* later! - but leave it in in case we need it some day... */ /* Parse a property |