summaryrefslogtreecommitdiff
path: root/src/internal/slibtool_symlink_impl.h
blob: 402208c0c388f9ca084ee6dac2d27874f49cd33d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef SLIBTOOL_SYMLINK_IMPL_H
#define SLIBTOOL_SYMLINK_IMPL_H

#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,
	const char *			lnkname,
	bool				flawrapper);

int slbt_symlink_is_a_placeholder(int fdcwd, char * lnkpath);

#endif