aboutsummaryrefslogtreecommitdiffstats
path: root/facebook/facebook-json.h
diff options
context:
space:
mode:
Diffstat (limited to 'facebook/facebook-json.h')
-rw-r--r--facebook/facebook-json.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/facebook/facebook-json.h b/facebook/facebook-json.h
index 1720137..9fecbab 100644
--- a/facebook/facebook-json.h
+++ b/facebook/facebook-json.h
@@ -71,4 +71,6 @@ const gchar *fb_json_str(const json_value *json, const gchar *name);
gboolean fb_json_str_chk(const json_value *json, const gchar *name,
const gchar **val);
+gchar *fb_json_str_escape(const gchar *str);
+
#endif /* _FACEBOOK_JSON_H */