Ticket #4536: skins: add root variant of julia256 skin.
[midnight-commander.git] / src / filemanager / info.h
blob60bf3c6fc3d6294540bbb3ad0a559df5adc7e507
1 /** \file info.h
2 * \brief Header: panel managing
3 */
5 #ifndef MC__INFO_H
6 #define MC__INFO_H
8 /*** typedefs(not structures) and defined constants **********************************************/
10 /*** enums ***************************************************************************************/
12 /*** structures declarations (and typedefs of structures)*****************************************/
14 struct WInfo;
15 typedef struct WInfo WInfo;
17 /*** global variables defined in .c file *********************************************************/
19 /*** declarations of public functions ************************************************************/
21 WInfo *info_new (const WRect * r);
23 /*** inline functions ****************************************************************************/
24 #endif /* MC__INFO_H */