aboutsummaryrefslogtreecommitdiffstats
path: root/src/opt.h
blob: a944929e474f74cf8f20cc84c24be1a0a9414610 (plain)
1
2
3
4
5
6
7
8
9
10
11
#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);
const char* opt_header_str(void);
const char* opt_suffix_str(void);

#endif