Blame src/internal/slibtool_symlink_impl.h

6529aa
/*******************************************************************/
6529aa
/*  slibtool: a skinny libtool implementation, written in C        */
ca7ab6
/*  Copyright (C) 2017  Z. Gilboa                                  */
6529aa
/*  Released under the Standard MIT License; see COPYING.SLIBTOOL. */
6529aa
/*******************************************************************/
6529aa
6529aa
#include <stdbool.h>
6529aa
#include <slibtool/slibtool.h>
6529aa
6529aa
int slbt_create_symlink(
6529aa
	const struct slbt_driver_ctx *	dctx,
6529aa
	struct slbt_exec_ctx *		ectx,
6529aa
	const char *			target,
e0a045
	const char *			lnkname,
6529aa
	bool				flawrapper);