From 0100b6e1bf682385e0939d4dd7be815d5cdf0e1a Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 21 Jan 2015 04:03:33 +0100 Subject: import: also add verification support to tar importer --- src/import/import-tar.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/import/import-tar.h') diff --git a/src/import/import-tar.h b/src/import/import-tar.h index 6a7477fee7..6a2b901d88 100644 --- a/src/import/import-tar.h +++ b/src/import/import-tar.h @@ -23,6 +23,7 @@ #include "sd-event.h" #include "macro.h" +#include "import-util.h" typedef struct TarImport TarImport; @@ -33,4 +34,4 @@ TarImport* tar_import_unref(TarImport *import); DEFINE_TRIVIAL_CLEANUP_FUNC(TarImport*, tar_import_unref); -int tar_import_pull(TarImport *import, const char *rul, const char *local, bool force_local); +int tar_import_pull(TarImport *import, const char *rul, const char *local, bool force_local, ImportVerify verify); -- cgit v1.2.3-54-g00ecf