Blame src/internal/slibtool_symlink_impl.h

6529aa
/*******************************************************************/
6529aa
/*  slibtool: a skinny libtool implementation, written in C        */
6803d8
/*  Copyright (C) 2016--2018  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);
2baf1c
2baf1c
int slbt_symlink_is_a_placeholder(char * lnkpath);