summaryrefslogtreecommitdiff
path: root/include/tpax/tpax.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/tpax/tpax.h')
-rw-r--r--include/tpax/tpax.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/tpax/tpax.h b/include/tpax/tpax.h
index d9c73ad..8c45468 100644
--- a/include/tpax/tpax.h
+++ b/include/tpax/tpax.h
@@ -3,8 +3,10 @@
#include <stdint.h>
#include <stddef.h>
+#include <sys/stat.h>
#include "tpax_api.h"
+#include "tpax_specs.h"
#ifdef __cplusplus
extern "C" {
@@ -146,6 +148,10 @@ tpax_api int tpax_main (char **, char **,
tpax_api int tpax_output_error_record (const struct tpax_driver_ctx *, const struct tpax_error_info *);
tpax_api int tpax_output_error_vector (const struct tpax_driver_ctx *);
+/* low-level api */
+tpax_api int tpax_init_ustar_header (const struct tpax_driver_ctx *, const char *, const struct stat *,
+ const char *, struct tpax_ustar_header *);
+
/* package info */
tpax_api const struct tpax_source_version * tpax_source_version(void);