blob: 00ebd99c5406e458edf3b88faa047f1b526d2b0b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#ifndef SLIBTOOL_MKVARS_IMPL_H
#define SLIBTOOL_MKVARS_IMPL_H
#include <stdint.h>
struct slbt_driver_ctx;
int slbt_get_mkvars_flags(
struct slbt_driver_ctx * dctx,
const char * mkvars,
uint64_t * flags);
#endif
|