summaryrefslogtreecommitdiff
path: root/src/import/pull-raw.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/pull-raw.h')
-rw-r--r--src/import/pull-raw.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/import/pull-raw.h b/src/import/pull-raw.h
index 808f7be818..8f6d16eb3a 100644
--- a/src/import/pull-raw.h
+++ b/src/import/pull-raw.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 RawPull RawPull;
@@ -34,4 +33,4 @@ RawPull* raw_pull_unref(RawPull *pull);
DEFINE_TRIVIAL_CLEANUP_FUNC(RawPull*, raw_pull_unref);
-int raw_pull_start(RawPull *pull, const char *url, const char *local, bool force_local, ImportVerify verify);
+int raw_pull_start(RawPull *pull, const char *url, const char *local, bool force_local, ImportVerify verify, bool settings);