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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/string-utils.h b/src/string-utils.h
index 6e9c31c..19e0b43 100644
--- a/src/string-utils.h
+++ b/src/string-utils.h
@@ -27,10 +27,10 @@
G_BEGIN_DECLS
gint64
-atoi64(const gchar *a);
+mq_atoi64(const gchar *a);
GHashTable *
-parse_query_string(gchar *str);
+mq_parse_query_string(gchar *str);
G_END_DECLS