summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2020-05-11 05:54:18 -0400
committermidipix <writeonce@midipix.org>2020-05-23 05:59:02 +0000
commitf6b26d52749d56a350a69bf7a6b318466c177169 (patch)
tree600747c505735d5c86a35f0c72e0c12dda311d74 /include
parent4ebdc39766992bfb6f30dbf2fad0332adad8ad63 (diff)
downloadtpax-f6b26d52749d56a350a69bf7a6b318466c177169.tar.bz2
tpax-f6b26d52749d56a350a69bf7a6b318466c177169.tar.xz
library api: tpax_file_create_tmpfs_snapshot(): initial implementation.
Diffstat (limited to 'include')
-rw-r--r--include/tpax/tpax.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/tpax/tpax.h b/include/tpax/tpax.h
index 8d6183b..332bc67 100644
--- a/include/tpax/tpax.h
+++ b/include/tpax/tpax.h
@@ -166,6 +166,9 @@ tpax_api int tpax_init_ustar_header (const struct tpax_driver_ctx *, const c
tpax_api int tpax_file_create_memory_snapshot (const struct tpax_driver_ctx *, const char *,
const struct stat *, void *);
+tpax_api int tpax_file_create_tmpfs_snapshot (const struct tpax_driver_ctx *, const char *,
+ const struct stat *);
+
/* package info */
tpax_api const struct tpax_source_version * tpax_source_version(void);