summaryrefslogtreecommitdiff
path: root/src/internal/slibtool_lconf_impl.h
blob: 05c7537ce50525986dd489ee3fc47bbf4ba8ccd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef SLIBTOOL_LCONF_IMPL_H
#define SLIBTOOL_LCONF_IMPL_H

#include <stdint.h>

struct slbt_driver_ctx;

int slbt_get_lconf_flags(
	struct slbt_driver_ctx *	dctx,
	const char *			lconf,
	uint64_t *			flags,
	bool                            fsilent);

#endif