summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2012-01-21 17:06:35 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2012-01-21 17:06:35 +0000
commit6b74b53f591e1c34b12e3c5abdc75b8f627f7b9b (patch)
tree990e854f6308a3035f0b802bc94c7a45295460f1 /src/util.h
parent662425f087cbc75625f89c15224a485b4b992074 (diff)
fix that min/max problem reported by reardonia
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);