summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h
index aeb984d..5cb8774 100644
--- a/src/util.h
+++ b/src/util.h
@@ -48,7 +48,8 @@ extern const char *speed_M_str;
extern const char *speed_G_str;
extern const char *speed_T_str;
-void add_file_id_to_array(JsonObject * args, const gchar * key, gint index);
+void add_file_id_to_array(JsonObject * args, const gchar * key,
+ gint index);
void g_str_slist_free(GSList * list);
GRegex *trg_uri_host_regex_new(void);
gchar *trg_gregex_get_first(GRegex * rx, const gchar * uri);