summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2012-08-29 21:05:23 +0100
committerGravatar Alan Fitton <ajf@eth0.org.uk>2012-08-29 21:05:23 +0100
commitaa48fd9b7bef66ab265168e22393fe903ccc0171 (patch)
tree2891382d3e9f5f43e1fa9dba5cac81b2bb4d972e /src
parent6a8f74dccbc5bdf2b8980fe354d8f47bf706cab1 (diff)
fix a compilation error
Diffstat (limited to 'src')
-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);