summaryrefslogtreecommitdiff
path: root/src/torrent.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-12-11 15:08:03 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-12-11 15:08:03 +0000
commit763abd8c8fc32b29c5f989cd0d4cab1b6e472997 (patch)
tree4ff54223e8526dbb20e9fe87e9c21d9a3b80975c /src/torrent.h
parent0d08a471f9ebfdfadded6c92abc700c706475644 (diff)
oops, no tabs. (indent -kr -nut)
Diffstat (limited to 'src/torrent.h')
-rw-r--r--src/torrent.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/torrent.h b/src/torrent.h
index 93bb920..daca8c2 100644
--- a/src/torrent.h
+++ b/src/torrent.h
@@ -41,8 +41,8 @@
#define FILTER_FLAG_TRACKER (1 << 14)
#define FILTER_FLAG_DIR (1 << 15)
-#define TORRENT_ADD_FLAG_PAUSED (1 << 0) /* 0x01 */
-#define TORRENT_ADD_FLAG_DELETE (1 << 1) /* 0x02 */
+#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);
@@ -59,7 +59,7 @@ gint64 torrent_get_status(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 downRate, gint64 upRate);
JsonArray *torrent_get_peers(JsonObject * t);
JsonObject *torrent_get_peersfrom(JsonObject * t);
JsonArray *torrent_get_tracker_stats(JsonObject * t);
@@ -139,4 +139,4 @@ gint64 peerfrom_get_ltep(JsonObject * pf);
gint64 peerfrom_get_resume(JsonObject * pf);
gint64 peerfrom_get_incoming(JsonObject * pf);
gint64 peerfrom_get_lpd(JsonObject * pf);
-#endif /* TORRENT_H_ */
+#endif /* TORRENT_H_ */