aboutsummaryrefslogtreecommitdiffstats
path: root/src/opt.h
blob: ec328e64c3c19049ad596dd2b8c1bf4b5a978d8b (plain)
1
2
3
4
5
6
7
8
9
#ifndef CONFCONF_OPT_H
#define CONFCONF_OPT_H

void opt_parse(int argc, char **argv);

const char* opt_infile_str(void);
const char* opt_outfile_str(void);

#endif