diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-19 18:00:00 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-19 18:00:00 +0000 |
commit | bc732b6d6832125525f1c8f4a728125039b09e64 (patch) | |
tree | 8f97b5476a53ceee4d1e4787dd2993ad0e30c8fc /ctok.h | |
parent | 7a146af86f153a14b525333df795b78e01b63b4a (diff) | |
download | rsyslog-bc732b6d6832125525f1c8f4a728125039b09e64.tar.gz rsyslog-bc732b6d6832125525f1c8f4a728125039b09e64.tar.xz rsyslog-bc732b6d6832125525f1c8f4a728125039b09e64.zip |
implemented function in tokenizer
Diffstat (limited to 'ctok.h')
-rw-r--r-- | ctok.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -51,7 +51,8 @@ typedef struct { ctok_CMP_GT = 19, ctok_CMP_LTEQ = 20, ctok_CMP_GTEQ = 21, - ctok_NUMBER = 22 + ctok_NUMBER = 22, + ctok_FUNCTION = 23 } tok; rsCStrObj *pstrVal; int64 intVal; |