summaryrefslogtreecommitdiff
path: root/src/trg-main-window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/trg-main-window.h')
-rw-r--r--src/trg-main-window.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/trg-main-window.h b/src/trg-main-window.h
index b461075..d298b48 100644
--- a/src/trg-main-window.h
+++ b/src/trg-main-window.h
@@ -53,6 +53,10 @@ typedef struct {
GtkWindowClass parent_class;
} TrgMainWindowClass;
+#define TORRENT_GET_MODE_FIRST 0
+#define TORRENT_GET_MODE_INTERACTION 1
+#define TORRENT_GET_MODE_UPDATE 2
+
GType trg_main_window_get_type(void);
gboolean trg_add_from_filename(TrgMainWindow * win, gchar * fileName);
void on_session_set(JsonObject * response, int status, gpointer data);