summaryrefslogtreecommitdiff
path: root/src/internal/slibtool_lconf_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/slibtool_lconf_impl.h')
-rw-r--r--src/internal/slibtool_lconf_impl.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/internal/slibtool_lconf_impl.h b/src/internal/slibtool_lconf_impl.h
new file mode 100644
index 0000000..d2bd44c
--- /dev/null
+++ b/src/internal/slibtool_lconf_impl.h
@@ -0,0 +1,13 @@
+#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);
+
+#endif