From 156e23cd69630cba8dee55eaafae5d33e40c30bc Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 29 May 2024 03:10:40 +0000 Subject: driver: implemented the -f (archive path) command-line argument. --- include/tpax/tpax.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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; -- cgit v1.2.3