summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h
index 046075f..a859bd0 100644
--- a/src/util.h
+++ b/src/util.h
@@ -44,7 +44,7 @@ void g_str_slist_free(GSList * list);
GRegex *trg_uri_host_regex_new(void);
gchar *trg_gregex_get_first(GRegex * rx, const gchar * uri);
void response_unref(JsonObject * response);
-const gchar *make_error_message(JsonObject * response, int status);
+gchar *make_error_message(JsonObject * response, int status);
void trg_error_dialog(GtkWindow * parent, int status,
JsonObject * response);