diff options
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/slibtool_driver_impl.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/internal/slibtool_driver_impl.h b/src/internal/slibtool_driver_impl.h index 5a00a3c..fcb8324 100644 --- a/src/internal/slibtool_driver_impl.h +++ b/src/internal/slibtool_driver_impl.h @@ -198,6 +198,16 @@ struct slbt_symlist_ctx_impl { }; +struct slbt_txtfile_ctx_impl { + const struct slbt_driver_ctx * dctx; + const char * path; + char * pathbuf; + char * txtlines; + const char ** txtlinev; + struct slbt_txtfile_ctx tctx; +}; + + const char * slbt_program_name(const char *); |