summaryrefslogtreecommitdiffhomepage
path: root/src/internal/slibtool_ar_impl.h
blob: 3dfabe73009f597de6797959ea28e0addd7796bd (plain)
1
2
3
4
5
6
7
8
9
10
11
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