Blame src/internal/slibtool_metafile_impl.h

089c8b
#ifndef SLIBTOOL_METAFILE_IMPL_H
089c8b
#define SLIBTOOL_METAFILE_IMPL_H
70f645
70f645
#include <slibtool/slibtool.h>
70f645
70f645
int  slbt_create_object_wrapper(
70f645
	const struct slbt_driver_ctx *	dctx,
70f645
	struct slbt_exec_ctx *		ectx);
a9cfe4
a9cfe4
int  slbt_create_library_wrapper(
a9cfe4
	const struct slbt_driver_ctx *	dctx,
a9cfe4
	struct slbt_exec_ctx *		ectx,
a9cfe4
	char *				arname,
a9cfe4
	char *				soname,
a9cfe4
	char *				soxyz,
a9cfe4
	char *				solnk);
089c8b
089c8b
#endif