summaryrefslogtreecommitdiffstats
path: root/src/string-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/string-utils.h')
-rw-r--r--src/string-utils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/string-utils.h b/src/string-utils.h
index 5ea48ee..6e9c31c 100644
--- a/src/string-utils.h
+++ b/src/string-utils.h
@@ -29,6 +29,9 @@ G_BEGIN_DECLS
gint64
atoi64(const gchar *a);
+GHashTable *
+parse_query_string(gchar *str);
+
G_END_DECLS
#endif /* MQ_STRING_UTILITIES_H */