Blame src/internal/slibtool_symlink_impl.h

089c8b
#ifndef SLIBTOOL_SYMLINK_IMPL_H
089c8b
#define SLIBTOOL_SYMLINK_IMPL_H
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
c81d16
int slbt_symlink_is_a_placeholder(int fdcwd, char * lnkpath);
089c8b
089c8b
#endif