From 932ec07826884a89addd9d0f3b436748dba65881 Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 19 Feb 2024 02:47:06 +0000 Subject: library api's: _fs_ (file system and raw input interfaces) namespace overhaul. --- include/slibtool/slibtool.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h index f26e4aa..0ba929b 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -339,11 +339,11 @@ struct slbt_archive_ctx { }; /* raw input api */ -slbt_api int slbt_map_input (const struct slbt_driver_ctx *, +slbt_api int slbt_fs_map_input (const struct slbt_driver_ctx *, int, const char *, int, struct slbt_input *); -slbt_api int slbt_unmap_input (struct slbt_input *); +slbt_api int slbt_fs_unmap_input (struct slbt_input *); /* driver api */ slbt_api int slbt_lib_get_driver_ctx (char ** argv, char ** envp, uint64_t flags, -- cgit v1.2.3