From e5e0975a6302924c06da9426fca637950011ed20 Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Thu, 23 Aug 2012 14:27:34 +0100 Subject: improvements to new cell renderer branch --- src/torrent.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/torrent.h') 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); -- cgit v1.2.3