summaryrefslogtreecommitdiffstats
path: root/src/rcl/rcl_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rcl/rcl_internal.h')
-rw-r--r--src/rcl/rcl_internal.h6
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_ */