From 963ded1f45e5d4a257d2e0e51755c623f29bc103 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 27 Sep 2005 09:07:20 +0000 Subject: nearing completion of allowedSenders functionality --- parse.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'parse.h') diff --git a/parse.h b/parse.h index 6bbc4afd..c3e2733f 100644 --- a/parse.h +++ b/parse.h @@ -76,7 +76,12 @@ rsRetVal parsDelimCStr(rsParsObj *pThis, rsCStrObj **ppCStr, char cDelim, int bT rsRetVal parsSkipAfterChar(rsParsObj *pThis, char c); rsRetVal parsQuotedCStr(rsParsObj *pThis, rsCStrObj **ppCStr); -#if 0 /* later! */ +rsRetVal rsParsConstructFromSz(rsParsObj **ppThis, char *psz); +rsRetVal rsParsDestruct(rsParsObj *pThis); +rsRetVal parsIPv4WithBits(rsParsObj *pThis, unsigned long *pIP, int *pBits); +int parsIsAtEndOfParseString(rsParsObj *pThis); + +#if 0 /* later! - but leave it in in case we need it some day... */ /* Parse a property * This is a complex parsing routine. It parses an property * entry suitable for use in the property replacer. It is currently -- cgit