summaryrefslogtreecommitdiffstats
path: root/src/string-utils.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-10-31 01:26:48 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-10-31 01:26:48 (EDT)
commita2975a2b35a0b1911d1bde716cfe750c31967a2f (patch)
tree0d3be70d0e427c58263f77cd5ef481463a22ef87 /src/string-utils.h
parent82081a4ec2d8e3ea2d354d5310385ed04d8d43e9 (diff)
downloadmarquee-a2975a2b35a0b1911d1bde716cfe750c31967a2f.zip
marquee-a2975a2b35a0b1911d1bde716cfe750c31967a2f.tar.gz
marquee-a2975a2b35a0b1911d1bde716cfe750c31967a2f.tar.bz2
parse_query_string(): New (public) function
Copied from src/about.c.
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 */