summaryrefslogtreecommitdiffstats
path: root/src/expr_ops.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr_ops.c')
-rw-r--r--src/expr_ops.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/expr_ops.c b/src/expr_ops.c
index 9b10029..876d7ad 100644
--- a/src/expr_ops.c
+++ b/src/expr_ops.c
@@ -24,6 +24,7 @@ extern struct expr_ops expr_ops_payload;
extern struct expr_ops expr_ops_redir;
extern struct expr_ops expr_ops_reject;
extern struct expr_ops expr_ops_queue;
+extern struct expr_ops expr_ops_quota;
extern struct expr_ops expr_ops_target;
extern struct expr_ops expr_ops_dynset;
extern struct expr_ops expr_ops_hash;
@@ -49,6 +50,7 @@ static struct expr_ops *expr_ops[] = {
&expr_ops_redir,
&expr_ops_reject,
&expr_ops_queue,
+ &expr_ops_quota,
&expr_ops_target,
&expr_ops_dynset,
&expr_ops_hash,