summaryrefslogtreecommitdiff
path: root/src/internal/slibtool_linkcmd_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/slibtool_linkcmd_impl.h')
-rw-r--r--src/internal/slibtool_linkcmd_impl.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/internal/slibtool_linkcmd_impl.h b/src/internal/slibtool_linkcmd_impl.h
index 141d732..db6cd8f 100644
--- a/src/internal/slibtool_linkcmd_impl.h
+++ b/src/internal/slibtool_linkcmd_impl.h
@@ -56,4 +56,11 @@ int slbt_exec_link_create_host_tag(
struct slbt_exec_ctx * ectx,
char * deffilename);
+int slbt_exec_link_create_import_library(
+ const struct slbt_driver_ctx * dctx,
+ struct slbt_exec_ctx * ectx,
+ char * impfilename,
+ char * deffilename,
+ char * soname);
+
#endif