From 2bd7498431c7e7bf4eedc5ccbb333c06893d4089 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 20 Mar 2016 11:22:57 -0400 Subject: slbt_exec_link(): created skeleton. --- include/slibtool/slibtool.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h index cd5caa3..5f0a76a 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -180,6 +180,7 @@ slbt_api void slbt_free_exec_ctx (struct slbt_exec_ctx *); slbt_api void slbt_reset_placeholders (struct slbt_exec_ctx *); slbt_api int slbt_exec_compile (const struct slbt_driver_ctx *, struct slbt_exec_ctx *); +slbt_api int slbt_exec_link (const struct slbt_driver_ctx *, struct slbt_exec_ctx *); slbt_api int slbt_map_input (int fd, const char * path, int prot, struct slbt_input *); slbt_api int slbt_unmap_input (struct slbt_input *); -- cgit v1.2.3