summaryrefslogtreecommitdiffstats
path: root/src/string-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/string-utils.c')
-rw-r--r--src/string-utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/string-utils.c b/src/string-utils.c
index 8484468..ab7186c 100644
--- a/src/string-utils.c
+++ b/src/string-utils.c
@@ -25,7 +25,7 @@
#include <stdio.h>
gint64
-atoi64(const gchar *a)
+mq_atoi64(const gchar *a)
{
gint64 i64;
@@ -37,7 +37,7 @@ atoi64(const gchar *a)
}
GHashTable *
-parse_query_string(gchar *str)
+mq_parse_query_string(gchar *str)
{
GHashTable *hash_table;
gchar *key;