summaryrefslogtreecommitdiffstats
path: root/include/parseopt.h
blob: becc734c2b1b697e2a094d2cf56cfe485e42fbc5 (plain)
1
2
3
4
5
6
7
#ifndef __PARSEOPT_H__
#define __PARSEOPT_H__

void parseopt_b(const char *options, const char *opt, bool *val);
void parseopt_hu(const char *options, const char *opt, unsigned short *val);

#endif /* __PARSEOPT_H__ */