]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/import/import-common.h
tree-wide: drop license boilerplate
[thirdparty/systemd.git] / src / import / import-common.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 /***
5 This file is part of systemd.
6
7 Copyright 2015 Lennart Poettering
8 ***/
9
10 int import_make_read_only_fd(int fd);
11 int import_make_read_only(const char *path);
12
13 int import_fork_tar_c(const char *path, pid_t *ret);
14 int import_fork_tar_x(const char *path, pid_t *ret);