Merge branch '2499_mcedit_select_cur_word'
[midnight-commander/borarpet.git] / src / filemanager / panelize.h
blob313d488c34a56ef8ae688c47e3641b84bba9425f
1 /** \file panelize.h
2 * \brief Header: External panelization module
3 */
5 #ifndef MC__PANELIZE_H
6 #define MC__PANELIZE_H
8 /*** typedefs(not structures) and defined constants **********************************************/
10 /*** enums ***************************************************************************************/
12 /*** structures declarations (and typedefs of structures)*****************************************/
14 /*** global variables defined in .c file *********************************************************/
16 /*** declarations of public functions ************************************************************/
18 void external_panelize (void);
19 void load_panelize (void);
20 void save_panelize (void);
21 void done_panelize (void);
23 /*** inline functions ****************************************************************************/
24 #endif /* MC__PANELIZE_H */