X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fimport%2Fimport-raw.h;h=bf7c7703408f0623e7930cf186cabc00a85ff873;hb=1952708abb10a47960d9160205e511343894896d;hp=ae2c29991ff69401ecec6d3fe699eaee49bc39ff;hpb=8f6950587ab7b4d6fe1b51241759cc3a4682b96d;p=elogind.git diff --git a/src/import/import-raw.h b/src/import/import-raw.h index ae2c29991..bf7c77034 100644 --- a/src/import/import-raw.h +++ b/src/import/import-raw.h @@ -5,7 +5,7 @@ /*** This file is part of systemd. - Copyright 2014 Lennart Poettering + Copyright 2015 Lennart Poettering systemd is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by @@ -34,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, ImportVerify verify); +int raw_import_start(RawImport *i, int fd, const char *local, bool force_local, bool read_only);