From 2aacfd5e691a7c8b37c2fc1dbcf001615c205b97 Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Sun, 11 Sep 2011 21:44:28 +0000 Subject: show progress in percent done column --- src/util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index ae392b2..3250e88 100644 --- a/src/util.h +++ b/src/util.h @@ -67,5 +67,6 @@ int evutil_vsnprintf(char *buf, size_t buflen, const char *format, va_list ap); void rm_trailing_slashes(gchar *str); void trg_widget_set_visible(GtkWidget * w, gboolean visible); +gdouble json_int_or_double_to_double(JsonNode *n); #endif /* UTIL_H_ */ -- cgit v1.2.3