summaryrefslogtreecommitdiffstats
path: root/vmstk.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-02-25 09:20:09 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-02-25 09:20:09 +0000
commit838ab14a17a60116d6fd51ebcf12416d736af546 (patch)
treeedb5a34b9597d290aeb73714e02781f174499808 /vmstk.h
parentc72b5030fbb996505e3874e0f6cda63dea29730e (diff)
downloadrsyslog-838ab14a17a60116d6fd51ebcf12416d736af546.tar.gz
rsyslog-838ab14a17a60116d6fd51ebcf12416d736af546.tar.xz
rsyslog-838ab14a17a60116d6fd51ebcf12416d736af546.zip
implemented majority of comparison operations
Diffstat (limited to 'vmstk.h')
-rw-r--r--vmstk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vmstk.h b/vmstk.h
index 206c7070..2033ba83 100644
--- a/vmstk.h
+++ b/vmstk.h
@@ -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! */