diff options
author | midipix <writeonce@midipix.org> | 2016-03-20 11:22:57 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-03-20 11:22:57 -0400 |
commit | 2bd7498431c7e7bf4eedc5ccbb333c06893d4089 (patch) | |
tree | a9807564777a1aaeec1c351fca6b285a465966d2 /include | |
parent | fa3d12b8b87586ca414cd7707845834168bc3a49 (diff) | |
download | slibtool-2bd7498431c7e7bf4eedc5ccbb333c06893d4089.tar.bz2 slibtool-2bd7498431c7e7bf4eedc5ccbb333c06893d4089.tar.xz |
slbt_exec_link(): created skeleton.
Diffstat (limited to 'include')
-rw-r--r-- | include/slibtool/slibtool.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 *); |