From aa48fd9b7bef66ab265168e22393fe903ccc0171 Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Wed, 29 Aug 2012 21:05:23 +0100 Subject: fix a compilation error --- src/torrent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/torrent.h') diff --git a/src/torrent.h b/src/torrent.h index 9c4845f..75f3eb2 100644 --- a/src/torrent.h +++ b/src/torrent.h @@ -65,7 +65,7 @@ const gchar *torrent_get_hash(JsonObject *t); gchar *torrent_get_status_string(gint64 rpcv, gint64 value, guint flags); gchar *torrent_get_status_icon(gint64 rpcv, guint flags); guint32 torrent_get_flags(JsonObject * t, gint64 rpcv, gint64 status, - gint64 downRate, gint64 upRate); + gint64 fileCount, gint64 downRate, gint64 upRate); JsonArray *torrent_get_peers(JsonObject * t); JsonObject *torrent_get_peersfrom(JsonObject * t); JsonArray *torrent_get_tracker_stats(JsonObject * t); -- cgit v1.2.3