summaryrefslogtreecommitdiff
path: root/src/import/pull-tar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/pull-tar.h')
-rw-r--r--src/import/pull-tar.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/import/pull-tar.h b/src/import/pull-tar.h
index 0ed507748c..7e63e496d8 100644
--- a/src/import/pull-tar.h
+++ b/src/import/pull-tar.h
@@ -1,5 +1,3 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
#pragma once
/***
@@ -22,8 +20,9 @@
***/
#include "sd-event.h"
-#include "macro.h"
+
#include "import-util.h"
+#include "macro.h"
typedef struct TarPull TarPull;
@@ -34,4 +33,4 @@ TarPull* tar_pull_unref(TarPull *pull);
DEFINE_TRIVIAL_CLEANUP_FUNC(TarPull*, tar_pull_unref);
-int tar_pull_start(TarPull *pull, const char *url, const char *local, bool force_local, ImportVerify verify);
+int tar_pull_start(TarPull *pull, const char *url, const char *local, bool force_local, ImportVerify verify, bool settings);