From 36de3eaba978eee7d02a104747b6c0f1d1ba2edf Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 10 Mar 2016 01:09:23 -0500 Subject: slbt_exec_compile(): initial implementation. --- include/slibtool/slibtool.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/slibtool/slibtool.h') diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h index 8ca528f..40c3557 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -139,6 +139,8 @@ slbt_api int slbt_get_exec_ctx (const struct slbt_driver_ctx *, struct slbt_ex 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_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