From 83bcd3a56a9be8ef0f19c5682793697569b1724f Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 25 Mar 2024 03:04:51 +0000 Subject: slibtoolize: slbt_st_get_stoolie_ctx(): initial implementation. --- src/internal/slibtool_driver_impl.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'src/internal') diff --git a/src/internal/slibtool_driver_impl.h b/src/internal/slibtool_driver_impl.h index b35f375..43ac576 100644 --- a/src/internal/slibtool_driver_impl.h +++ b/src/internal/slibtool_driver_impl.h @@ -232,6 +232,23 @@ struct slbt_txtfile_ctx_impl { struct slbt_txtfile_ctx tctx; }; +struct slbt_stoolie_ctx_impl { + const struct slbt_driver_ctx * dctx; + const char * path; + char * pathbuf; + int fdtgt; + int fdaux; + int fdm4; + const char * auxarg; + char * auxbuf; + const char * m4arg; + char * m4buf; + char ** m4argv; + struct slbt_txtfile_ctx * acinc; + struct slbt_txtfile_ctx * cfgac; + struct slbt_txtfile_ctx * makam; + struct slbt_stoolie_ctx zctx; +}; const char * slbt_program_name(const char *); -- cgit v1.2.3