aboutsummaryrefslogtreecommitdiffstats
path: root/autoarchive/autoar-extract.h
diff options
context:
space:
mode:
Diffstat (limited to 'autoarchive/autoar-extract.h')
-rw-r--r--autoarchive/autoar-extract.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/autoarchive/autoar-extract.h b/autoarchive/autoar-extract.h
index 455a89726..8e2df6475 100644
--- a/autoarchive/autoar-extract.h
+++ b/autoarchive/autoar-extract.h
@@ -70,11 +70,12 @@ struct _AutoarExtractClass
GType autoar_extract_get_type (void) G_GNUC_CONST;
AutoarExtract *autoar_extract_new (const char *source,
- const char *output);
-
-void autoar_extract_start (AutoarExtract *arextract,
+ const char *output,
AutoarPref *arpref);
+void autoar_extract_start (AutoarExtract *arextract);
+void autoar_extract_start_async (AutoarExtract *arextract);
+
char *autoar_extract_get_source (AutoarExtract *arextract);
char *autoar_extract_get_output (AutoarExtract *arextract);
guint64 autoar_extract_get_size (AutoarExtract *arextract);