ccextractor/src/configuration.h
2014-07-01 17:49:21 +05:30

5 lines
110 B
C

#ifndef _CONFIGURATION_H
#define _CONFIGURATION_H
void parse_configuration(struct ccx_s_options *opt);
#endif