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