From 741c4dddf7138471f6929e6550b6557fce0f8bf2 Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 9 Feb 2024 20:19:41 +0000 Subject: driver: move slbt_init_link_params() to its own translation unit. --- src/internal/slibtool_driver_impl.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/internal/slibtool_driver_impl.h') 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, -- cgit v1.2.3