diff options
author | midipix <writeonce@midipix.org> | 2021-04-20 22:15:00 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-04-20 19:27:28 +0000 |
commit | a2aed59db7bcb67695a252b11ffb273c4af4e2a4 (patch) | |
tree | 68e774767000bd617e5c7cfbc992ec2b32b108df /include | |
parent | 00bc9c19cdd57be69d8ab8ac9d0459efc25aab6a (diff) | |
download | tpax-a2aed59db7bcb67695a252b11ffb273c4af4e2a4.tar.bz2 tpax-a2aed59db7bcb67695a252b11ffb273c4af4e2a4.tar.xz |
tpax_file_create_{memory|tmpfs}_snapshot(): added an explicit fdat argument.
Diffstat (limited to 'include')
-rw-r--r-- | include/tpax/tpax.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tpax/tpax.h b/include/tpax/tpax.h index 17fe7d8..e12a44b 100644 --- a/include/tpax/tpax.h +++ b/include/tpax/tpax.h @@ -168,10 +168,10 @@ tpax_api int tpax_output_error_vector (const struct tpax_driver_ctx *); tpax_api int tpax_init_ustar_header (const struct tpax_driver_ctx *, const char *, const struct stat *, const char *, struct tpax_ustar_header *); -tpax_api int tpax_file_create_memory_snapshot (const struct tpax_driver_ctx *, const char *, +tpax_api int tpax_file_create_memory_snapshot (const struct tpax_driver_ctx *, int, const char *, const struct stat *, void *); -tpax_api int tpax_file_create_tmpfs_snapshot (const struct tpax_driver_ctx *, const char *, +tpax_api int tpax_file_create_tmpfs_snapshot (const struct tpax_driver_ctx *, int, const char *, const struct stat *); /* package info */ |