summaryrefslogtreecommitdiffstats
path: root/src/format.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/format.h')
-rw-r--r--src/format.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/format.h b/src/format.h
index ecc762f..7bc4775 100644
--- a/src/format.h
+++ b/src/format.h
@@ -43,4 +43,5 @@ char *format_get_data(struct plugin_state *state,
char ***ref_attrs,
struct format_inref_attr ***inref_attrs);
+char *format_escape_for_filter(const char *unescaped);
#endif