aboutsummaryrefslogtreecommitdiffstats
path: root/src/cfg_rcl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cfg_rcl.h')
-rw-r--r--src/cfg_rcl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cfg_rcl.h b/src/cfg_rcl.h
index 6949c48aa..272272ab4 100644
--- a/src/cfg_rcl.h
+++ b/src/cfg_rcl.h
@@ -50,7 +50,8 @@ struct rspamd_rcl_struct_parser {
RSPAMD_CL_FLAG_INT_16 = 0x1 << 5,
RSPAMD_CL_FLAG_INT_32 = 0x1 << 6,
RSPAMD_CL_FLAG_INT_64 = 0x1 << 7,
- RSPAMD_CL_FLAG_INT_SIZE = 0x1 << 8
+ RSPAMD_CL_FLAG_INT_SIZE = 0x1 << 8,
+ RSPAMD_CL_FLAG_STRING_PATH = 0x1 << 9
} flags;
};