diff options
author | midipix <writeonce@midipix.org> | 2024-05-29 03:10:40 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-05-29 03:10:40 +0000 |
commit | 156e23cd69630cba8dee55eaafae5d33e40c30bc (patch) | |
tree | 484ea72e8cad040acc5282ef3f8dde40a7cb9742 /include | |
parent | 1fd3f0230d2011bfe00b724d13517ca51f4e63bb (diff) | |
download | tpax-156e23cd69630cba8dee55eaafae5d33e40c30bc.tar.bz2 tpax-156e23cd69630cba8dee55eaafae5d33e40c30bc.tar.xz |
driver: implemented the -f (archive path) command-line argument.
Diffstat (limited to 'include')
-rw-r--r-- | include/tpax/tpax.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/tpax/tpax.h b/include/tpax/tpax.h index 8822ee1..172c7ae 100644 --- a/include/tpax/tpax.h +++ b/include/tpax/tpax.h @@ -117,6 +117,7 @@ struct tpax_driver_ctx { const char ** units; const char * program; const char * module; + const char * const * file; const struct tpax_common_ctx * cctx; struct tpax_error_info ** errv; const off_t * cpos; |