diff options
author | midipix <writeonce@midipix.org> | 2024-05-26 14:48:44 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-05-26 14:48:44 +0000 |
commit | 3ea04532b867b8ad36e30eed05a5d2fc2630833b (patch) | |
tree | 5c3004dc281a020d1f95773daf27d32233262db5 /include | |
parent | 6c8a81097fd305d428891377433d7d88ba1119fd (diff) | |
download | tpax-3ea04532b867b8ad36e30eed05a5d2fc2630833b.tar.bz2 tpax-3ea04532b867b8ad36e30eed05a5d2fc2630833b.tar.xz |
library api's: _output_ namespace confirmation.
Diffstat (limited to 'include')
-rw-r--r-- | include/tpax/tpax.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/tpax/tpax.h b/include/tpax/tpax.h index 89c3bfc..9dbc73a 100644 --- a/include/tpax/tpax.h +++ b/include/tpax/tpax.h @@ -162,11 +162,11 @@ tpax_api int tpax_util_path_copy (char *, const char *, size_t, uint3 tpax_api int tpax_util_stat_compare (const struct stat *, const struct stat *); /* utility api */ -tpax_api int tpax_main (char **, char **, - const struct tpax_fd_ctx *); -/* error trace api */ -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 *); +tpax_api int tpax_main (char **, char **, + const struct tpax_fd_ctx *); + +tpax_api int tpax_output_error_vector (const struct tpax_driver_ctx *); +tpax_api int tpax_output_error_record (const struct tpax_driver_ctx *, const struct tpax_error_info *); /* low-level api */ tpax_api int tpax_init_ustar_header (const struct tpax_driver_ctx *, const char *, const struct stat *, |