diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-04-23 16:56:43 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-04-23 16:56:43 +0400 |
commit | 926925fa66e6e3e7747c00997c1f8f285ebb326d (patch) | |
tree | e230ebdfe9bfc12decc538ecebdff33bf87b0553 /src/expressions.h | |
parent | 140910a0f6c3dc857f5b949bd9caff91188e78b0 (diff) | |
download | rspamd-926925fa66e6e3e7747c00997c1f8f285ebb326d.tar.gz rspamd-926925fa66e6e3e7747c00997c1f8f285ebb326d.zip |
* Fix regexp_match_number function
Diffstat (limited to 'src/expressions.h')
-rw-r--r-- | src/expressions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/expressions.h b/src/expressions.h index 5debe87b2..9d80587b4 100644 --- a/src/expressions.h +++ b/src/expressions.h @@ -25,6 +25,7 @@ struct expression_argument { enum { EXPRESSION_ARGUMENT_NORMAL, EXPRESSION_ARGUMENT_BOOL, + EXPRESSION_ARGUMENT_EXPR, } type; /**< type of argument (text or other function) */ void *data; /**< pointer to its data */ }; |