(query_dialog): add horizontal line.
[midnight-commander.git] / src / filemanager / info.h
blobcba2592e94ac45cd118a23ae654a8da210817998
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 (int y, int x, int lines, int cols);
23 /*** inline functions ****************************************************************************/
24 #endif /* MC__INFO_H */