14 #ifndef T3_CONFIG_EXPRESSION_H
15 #define T3_CONFIG_EXPRESSION_H
17 typedef struct expr_node_t expr_node_t;
19 #include "config_api.h"
20 #include "config_internal.h"
60 struct expr_node_t *operand[2];
62 t3_config_int_t integer;
72 T3_CONFIG_LOCAL
void _t3_config_delete_expr(expr_node_t *expr);