mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-05 19:14:27 +03:00
e792cffb8d
double underscore. Added #includes for dependent files. * popt.c: Likewise. * popthelp.c: Likewise. * tree.c: Moved a macro from tree.h to here, as it is useless outside tree.c.
7 lines
76 B
C
7 lines
76 B
C
#ifndef MC_OPTION_H
|
|
#define MC_OPTION_H
|
|
|
|
void configure_box (void);
|
|
|
|
#endif
|