ndhc/cfg.h

8 lines
121 B
C
Raw Normal View History

#ifndef NDHC_CONFIG_H_
#define NDHC_CONFIG_H_
void parse_cmdline(int argc, char *argv[]);
#endif /* NDHC_CONFIG_H_ */