Blame src/internal/slibtool_ar_impl.h

11f3c7
#ifndef SLIBTOOL_AR_IMPL_H
11f3c7
#define SLIBTOOL_AR_IMPL_H
11f3c7
11f3c7
#include "argv/argv.h"
11f3c7
11f3c7
extern const struct argv_option slbt_ar_options[];
11f3c7
11f3c7
enum ar_tags {
11f3c7
	TAG_AR_HELP,
11f3c7
};
11f3c7
11f3c7
#endif