Blame src/internal/slibtool_lconf_impl.h

0801fe
#ifndef SLIBTOOL_LCONF_IMPL_H
0801fe
#define SLIBTOOL_LCONF_IMPL_H
0801fe
0801fe
#include <stdint.h>
0801fe
0801fe
struct slbt_driver_ctx;
0801fe
0801fe
int slbt_get_lconf_flags(
0801fe
	struct slbt_driver_ctx *	dctx,
0801fe
	const char *			lconf,
0801fe
	uint64_t *			flags);
0801fe
0801fe
#endif