From 3d2f83b5a3d42dd9b3430379a08a81f8004c7eb4 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 25 Feb 2024 21:57:24 +0000 Subject: internals: added slbt_impl_get_txtfile_ctx() (caller-provided fd as input). --- src/internal/slibtool_driver_impl.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/internal') diff --git a/src/internal/slibtool_driver_impl.h b/src/internal/slibtool_driver_impl.h index fcb8324..b6ab601 100644 --- a/src/internal/slibtool_driver_impl.h +++ b/src/internal/slibtool_driver_impl.h @@ -308,6 +308,12 @@ void slbt_reset_placeholders (struct slbt_exec_ctx *); void slbt_disable_placeholders (struct slbt_exec_ctx *); +int slbt_impl_get_txtfile_ctx( + const struct slbt_driver_ctx * dctx, + const char * path, + int fdsrc, + struct slbt_txtfile_ctx ** pctx); + static inline struct slbt_archive_ctx_impl * slbt_get_archive_ictx(const struct slbt_archive_ctx * actx) { -- cgit v1.2.3