diff options
author | midipix <writeonce@midipix.org> | 2024-02-09 20:19:41 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-02-09 20:19:41 +0000 |
commit | 741c4dddf7138471f6929e6550b6557fce0f8bf2 (patch) | |
tree | 73c0befa8bfb6bb80384453dd575d412f9e4f258 /src/internal/slibtool_driver_impl.h | |
parent | 99c275dbb52ccd31d45fa046f0bae1a18faff7e6 (diff) | |
download | slibtool-741c4dddf7138471f6929e6550b6557fce0f8bf2.tar.bz2 slibtool-741c4dddf7138471f6929e6550b6557fce0f8bf2.tar.xz |
driver: move slbt_init_link_params() to its own translation unit.
Diffstat (limited to 'src/internal/slibtool_driver_impl.h')
-rw-r--r-- | src/internal/slibtool_driver_impl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/internal/slibtool_driver_impl.h b/src/internal/slibtool_driver_impl.h index 282659e..52ccf9d 100644 --- a/src/internal/slibtool_driver_impl.h +++ b/src/internal/slibtool_driver_impl.h @@ -213,6 +213,9 @@ int slbt_init_host_params( void slbt_free_host_params(struct slbt_host_strs * host); +int slbt_init_link_params(struct slbt_driver_ctx_impl * ctx); + + void slbt_init_flavor_settings( struct slbt_common_ctx * cctx, const struct slbt_host_params * ahost, |