diff options
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 */ }; |