From ed3cec7420b188b85a1585479215f519a301fc37 Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Sat, 27 Aug 2011 22:24:12 +0000 Subject: issue 58 --- src/torrent.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/torrent.h') diff --git a/src/torrent.h b/src/torrent.h index 85d9632..77a3004 100644 --- a/src/torrent.h +++ b/src/torrent.h @@ -34,6 +34,9 @@ #define FILTER_FLAG_TRACKER (1 << 9) /* 0x512 */ #define FILTER_FLAG_DIR (1 << 10) /* 0x1024 */ +#define TORRENT_ADD_FLAG_PAUSED (1 << 0) /* 0x01 */ +#define TORRENT_ADD_FLAG_DELETE (1 << 1) /* 0x02 */ + gint64 torrent_get_size(JsonObject * t); const gchar *torrent_get_name(JsonObject * t); gint64 torrent_get_rate_down(JsonObject * t); -- cgit v1.2.3