summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-09-12 11:59:36 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-09-12 11:59:36 +0000
commit1ec4eb81c9bb4f6d720e0f77e504b1ca01d408b5 (patch)
treeda297a18d171f6024b9d8d16f6f5e96b7f19fc9c /src/util.h
parent2aacfd5e691a7c8b37c2fc1dbcf001615c205b97 (diff)
use the same function used for torrent/recheck progress in peer progress.
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 3250e88..046075f 100644
--- a/src/util.h
+++ b/src/util.h
@@ -67,6 +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);
+gdouble json_double_to_progress(JsonNode *n);
#endif /* UTIL_H_ */