部分统一命名规范。

This commit is contained in:
xinyang
2019-08-05 09:54:50 +08:00
parent 13e1c383bc
commit 7337f10123
6 changed files with 9 additions and 9 deletions

View File

@@ -24,6 +24,6 @@ extern bool show_energy;
extern bool save_mark;
extern bool show_info;
void process_options(int argc, char *argv[]);
void processOptions(int argc, char **argv);
#endif /* _OPTIONS_H_ */