]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/import/pull-raw.h
importd: automatically download .roothash in addition to .nspawn for raw downloads
[thirdparty/systemd.git] / src / import / pull-raw.h
index 8f6d16eb3a5adebcb91df81abe2cb756bba1e7d3..6954d98994e0a5e8bd63ec540fc3aeec85f3d966 100644 (file)
@@ -33,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, bool settings);
+int raw_pull_start(RawPull *pull, const char *url, const char *local, bool force_local, ImportVerify verify, bool settings, bool roothash);