diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-03-09 17:55:07 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-03-09 18:02:23 +0100 |
commit | 587fec427c80b6c34dcf1d7570f891fcb652a7c5 (patch) | |
tree | 0b8f6e748ac8ecc34cbe6d03327532fb52a0e85b /src/import/import-common.h | |
parent | ea79e73b8a8fa72fb959a0604f642f97e200a803 (diff) |
importd: add API for exporting container/VM images
Also, expose it in machinectl.
Diffstat (limited to 'src/import/import-common.h')
-rw-r--r-- | src/import/import-common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/import/import-common.h b/src/import/import-common.h index 639ea17993..7b60de80c2 100644 --- a/src/import/import-common.h +++ b/src/import/import-common.h @@ -24,4 +24,5 @@ int import_make_read_only_fd(int fd); int import_make_read_only(const char *path); -int import_fork_tar(const char *path, pid_t *ret); +int import_fork_tar_c(const char *path, pid_t *ret); +int import_fork_tar_x(const char *path, pid_t *ret); |