summaryrefslogtreecommitdiffhomepage
path: root/src/internal/slibtool_ar_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/slibtool_ar_impl.h')
-rw-r--r--src/internal/slibtool_ar_impl.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/internal/slibtool_ar_impl.h b/src/internal/slibtool_ar_impl.h
new file mode 100644
index 0000000..3dfabe7
--- /dev/null
+++ b/src/internal/slibtool_ar_impl.h
@@ -0,0 +1,12 @@
+#ifndef SLIBTOOL_AR_IMPL_H
+#define SLIBTOOL_AR_IMPL_H
+
+#include "argv/argv.h"
+
+extern const struct argv_option slbt_ar_options[];
+
+enum ar_tags {
+ TAG_AR_HELP,
+};
+
+#endif