summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/torrent.h2
1 files changed, 1 insertions, 1 deletions
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);