mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +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.
10 lines
165 B
C
10 lines
165 B
C
#ifndef MC_PANELIZE_H
|
|
#define MC_PANELIZE_H
|
|
|
|
void external_panelize (void);
|
|
void load_panelize (void);
|
|
void save_panelize (void);
|
|
void done_panelize (void);
|
|
|
|
#endif
|