#ifndef __COMMON_COR_H #define __COMMON_COR_H #include #define _CMDLINE_FILE "../cor/cmdline.h" #include "../common/common.h" #include "cmdline.h" #define DICT_FILE "cor.bin" extern int change_count; extern void process_cor_options(gengetopt_args_info* args); extern char dictionary[]; #endif