diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-25 09:20:09 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-25 09:20:09 +0000 |
commit | 838ab14a17a60116d6fd51ebcf12416d736af546 (patch) | |
tree | edb5a34b9597d290aeb73714e02781f174499808 /vmstk.h | |
parent | c72b5030fbb996505e3874e0f6cda63dea29730e (diff) | |
download | rsyslog-838ab14a17a60116d6fd51ebcf12416d736af546.tar.gz rsyslog-838ab14a17a60116d6fd51ebcf12416d736af546.tar.xz rsyslog-838ab14a17a60116d6fd51ebcf12416d736af546.zip |
implemented majority of comparison operations
Diffstat (limited to 'vmstk.h')
-rw-r--r-- | vmstk.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -44,6 +44,7 @@ BEGINinterface(vmstk) /* name must also be changed in ENDinterface macro! */ rsRetVal (*PopBool)(vmstk_t *pThis, var_t **ppVar); rsRetVal (*PopNumber)(vmstk_t *pThis, var_t **ppVar); rsRetVal (*PopString)(vmstk_t *pThis, var_t **ppVar); + rsRetVal (*Pop2CommOp)(vmstk_t *pThis, var_t **ppVar1, var_t **ppVar2); ENDinterface(vmstk) #define vmstkCURR_IF_VERSION 1 /* increment whenever you change the interface structure! */ |