diff options
author | midipix <writeonce@midipix.org> | 2024-02-19 02:50:41 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-02-19 02:59:32 +0000 |
commit | 4373b876273680b58ab1745a203b8bfc53f1de9d (patch) | |
tree | ee01922e8956560093106871864723b39c2dfac9 /include | |
parent | 932ec07826884a89addd9d0f3b436748dba65881 (diff) | |
download | slibtool-4373b876273680b58ab1745a203b8bfc53f1de9d.tar.bz2 slibtool-4373b876273680b58ab1745a203b8bfc53f1de9d.tar.xz |
library api's: _host_ (host and flavor interfaces) namespace overhaul.
Diffstat (limited to 'include')
-rw-r--r-- | include/slibtool/slibtool.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h index 0ba929b..ce051fa 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -369,10 +369,10 @@ slbt_api int slbt_exec_link (const struct slbt_driver_ctx *, struct slbt_api int slbt_exec_uninstall (const struct slbt_driver_ctx *, struct slbt_exec_ctx *); slbt_api int slbt_exec_ar (const struct slbt_driver_ctx *, struct slbt_exec_ctx *); -slbt_api int slbt_set_alternate_host (const struct slbt_driver_ctx *, const char * host, const char * flavor); -slbt_api void slbt_reset_alternate_host (const struct slbt_driver_ctx *); +slbt_api int slbt_host_set_althost (const struct slbt_driver_ctx *, const char * host, const char * flavor); +slbt_api void slbt_host_reset_althost (const struct slbt_driver_ctx *); -slbt_api int slbt_get_flavor_settings (const char *, const struct slbt_flavor_settings **); +slbt_api int slbt_host_flavor_settings (const char *, const struct slbt_flavor_settings **); /* utility helper interfaces */ slbt_api int slbt_util_import_archive (const struct slbt_driver_ctx *, struct slbt_exec_ctx *, |