summaryrefslogtreecommitdiff
path: root/src/torrent.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <alan@eth0.org.uk>2012-08-23 14:27:34 +0100
committerGravatar Alan Fitton <alan@eth0.org.uk>2012-08-23 14:27:34 +0100
commite5e0975a6302924c06da9426fca637950011ed20 (patch)
treed72100dd7be031ce6c8279766f124bd9a06e8331 /src/torrent.h
parentfd6f3356d27d3e3b6f0506b76e0a381efed7e3ef (diff)
improvements to new cell renderer branch
Diffstat (limited to 'src/torrent.h')
-rw-r--r--src/torrent.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/torrent.h b/src/torrent.h
index 16c1ad9..1bafd14 100644
--- a/src/torrent.h
+++ b/src/torrent.h
@@ -52,6 +52,7 @@ gint64 torrent_get_eta(JsonObject * t);
gint64 torrent_get_uploaded(JsonObject * t);
gint64 torrent_get_downloaded(JsonObject * t);
const gchar *torrent_get_errorstr(JsonObject * t);
+gint64 torrent_get_error(JsonObject *t);
const gchar *torrent_get_download_dir(JsonObject * t);
const gchar *torrent_get_comment(JsonObject * t);
gint64 torrent_get_have_unchecked(JsonObject * t);