aboutsummaryrefslogtreecommitdiffstats
path: root/autoarchive/autoar-create.h
diff options
context:
space:
mode:
Diffstat (limited to 'autoarchive/autoar-create.h')
-rw-r--r--autoarchive/autoar-create.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/autoarchive/autoar-create.h b/autoarchive/autoar-create.h
index 682a1887e..3c37945b3 100644
--- a/autoarchive/autoar-create.h
+++ b/autoarchive/autoar-create.h
@@ -67,9 +67,12 @@ struct _AutoarCreateClass
GType autoar_create_get_type (void) G_GNUC_CONST;
-AutoarCreate *autoar_create_new (const char **source,
+AutoarCreate* autoar_create_new (AutoarPref *arpref,
+ const char *output,
+ ...);
+AutoarCreate* autoar_create_newv (AutoarPref *arpref,
const char *output,
- AutoarPref *arpref);
+ const char **source);
void autoar_create_start (AutoarCreate *arcreate);
void autoar_create_start_async (AutoarCreate *arcreate);