diff options
Diffstat (limited to 'src/rcl/rcl_internal.h')
-rw-r--r-- | src/rcl/rcl_internal.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/rcl/rcl_internal.h b/src/rcl/rcl_internal.h index 33256119d..e76c09fd8 100644 --- a/src/rcl/rcl_internal.h +++ b/src/rcl/rcl_internal.h @@ -84,4 +84,10 @@ struct rspamd_cl_parser { struct rspamd_cl_chunk *chunks; }; +/** + * Unescape json string inplace + * @param str + */ +void rspamd_cl_unescape_json_string (gchar *str); + #endif /* RCL_INTERNAL_H_ */ |