Blame src/internal/slibtool_mkvars_impl.h

c6ecfc
#ifndef SLIBTOOL_MKVARS_IMPL_H
c6ecfc
#define SLIBTOOL_MKVARS_IMPL_H
c6ecfc
c6ecfc
#include <stdint.h>
c6ecfc
c6ecfc
struct slbt_driver_ctx;
c6ecfc
c6ecfc
int slbt_get_mkvars_flags(
c6ecfc
	struct slbt_driver_ctx *	dctx,
c6ecfc
	const char *			mkvars,
c6ecfc
	uint64_t *			flags);
c6ecfc
c6ecfc
#endif