mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2024-12-25 12:23:59 +00:00
5 lines
110 B
C
5 lines
110 B
C
#ifndef _CONFIGURATION_H
|
|
#define _CONFIGURATION_H
|
|
void parse_configuration(struct ccx_s_options *opt);
|
|
#endif
|