summaryrefslogtreecommitdiffstats
path: root/parse.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-10-21 14:05:59 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-10-21 14:05:59 +0200
commit10947b3f4a762ff6f1c2687bc1b4a2f33d7b6510 (patch)
tree9403751ce742d28dd6878abff4236d327bf546f9 /parse.h
parent5cf2c696680a90a23fabdd8761cdc7d0a3221e6a (diff)
downloadrsyslog-10947b3f4a762ff6f1c2687bc1b4a2f33d7b6510.tar.gz
rsyslog-10947b3f4a762ff6f1c2687bc1b4a2f33d7b6510.tar.xz
rsyslog-10947b3f4a762ff6f1c2687bc1b4a2f33d7b6510.zip
bugfix: missing whitespace after property-based filter was not detected
Diffstat (limited to 'parse.h')
-rw-r--r--parse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.h b/parse.h
index 0fe2bb74..fb62d1ec 100644
--- a/parse.h
+++ b/parse.h
@@ -77,7 +77,7 @@ rsRetVal rsParsAssignString(rsParsObj *pThis, cstr_t *pCStr);
rsRetVal parsInt(rsParsObj *pThis, int* pInt);
/* Skip whitespace. Often used to trim parsable entries. */
-rsRetVal parsSkipWhitespace(rsParsObj *pThis);
+rsRetVal parsSkipWhitespace(rsParsObj *pThis, sbool bRequireOne);
/* Parse string up to a delimiter.
*