summaryrefslogtreecommitdiff
path: root/src/upload.h
diff options
context:
space:
mode:
authorGravatar Alan F <ajf@eth0.org.uk>2014-03-09 17:25:32 +0000
committerGravatar Alan F <ajf@eth0.org.uk>2014-03-09 17:25:32 +0000
commit56a60210894a344d66ec3c77f807c2867491f45d (patch)
treebe59a336f3277fb36c3512c2875a4486339930ab /src/upload.h
parent178dcc788892a216b346d4937970efa351bc4863 (diff)
hacking to support the options dialog from rss feeds
Diffstat (limited to 'src/upload.h')
-rw-r--r--src/upload.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/upload.h b/src/upload.h
index 9f3f719..5dc17e2 100644
--- a/src/upload.h
+++ b/src/upload.h
@@ -15,11 +15,16 @@ typedef struct {
guint flags;
gchar *dir;
gint priority;
+ gint* file_priorities;
+ gint* file_wanted;
+ guint n_files;
gboolean extra_args;
guint progress_index;
-
+ GSourceFunc callback;
+ gchar *uid;
} trg_upload;
+void trg_upload_free(trg_upload *upload);
void trg_do_upload(trg_upload *upload);
#endif