X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fimport%2Fimport-raw.h;h=ae2c29991ff69401ecec6d3fe699eaee49bc39ff;hb=e28569311f5385cde76e4b84adbec6609b451cf9;hp=9e23142fee665a609b1122e7531736eccf566514;hpb=0d6e763b48cabe8899a20823b015c9a988e38659;p=elogind.git diff --git a/src/import/import-raw.h b/src/import/import-raw.h index 9e23142fe..ae2c29991 100644 --- a/src/import/import-raw.h +++ b/src/import/import-raw.h @@ -23,6 +23,7 @@ #include "sd-event.h" #include "macro.h" +#include "import-util.h" typedef struct RawImport RawImport; @@ -33,4 +34,4 @@ RawImport* raw_import_unref(RawImport *import); DEFINE_TRIVIAL_CLEANUP_FUNC(RawImport*, raw_import_unref); -int raw_import_pull(RawImport *import, const char *url, const char *local, bool force_local); +int raw_import_pull(RawImport *import, const char *url, const char *local, bool force_local, ImportVerify verify);