diff options
Diffstat (limited to 'src/internal/slibtool_symlink_impl.h')
-rw-r--r-- | src/internal/slibtool_symlink_impl.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/internal/slibtool_symlink_impl.h b/src/internal/slibtool_symlink_impl.h new file mode 100644 index 0000000..5ca65d5 --- /dev/null +++ b/src/internal/slibtool_symlink_impl.h @@ -0,0 +1,15 @@ +/*******************************************************************/ +/* slibtool: a skinny libtool implementation, written in C */ +/* Copyright (C) 2016 Z. Gilboa */ +/* Released under the Standard MIT License; see COPYING.SLIBTOOL. */ +/*******************************************************************/ + +#include <stdbool.h> +#include <slibtool/slibtool.h> + +int slbt_create_symlink( + const struct slbt_driver_ctx * dctx, + struct slbt_exec_ctx * ectx, + const char * target, + char * lnkname, + bool flawrapper); |