diff options
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 */ |