]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/import/import-common.h
pkgconfig: define variables relative to ${prefix}/${rootprefix}/${sysconfdir}
[thirdparty/systemd.git] / src / import / import-common.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 int import_make_read_only_fd(int fd);
5 int import_make_read_only(const char *path);
6
7 int import_fork_tar_c(const char *path, pid_t *ret);
8 int import_fork_tar_x(const char *path, pid_t *ret);