root/src/filemanager/info.h

/* [previous][next][first][last][top][bottom][index][help]  */

INCLUDED FROM


   1 /** \file info.h
   2  *  \brief Header: panel managing
   3  */
   4 
   5 #ifndef MC__INFO_H
   6 #define MC__INFO_H
   7 
   8 /*** typedefs(not structures) and defined constants **********************************************/
   9 
  10 /*** enums ***************************************************************************************/
  11 
  12 /*** structures declarations (and typedefs of structures)*****************************************/
  13 
  14 struct WInfo;
  15 typedef struct WInfo WInfo;
  16 
  17 /*** global variables defined in .c file *********************************************************/
  18 
  19 /*** declarations of public functions ************************************************************/
  20 
  21 WInfo *info_new (int y, int x, int lines, int cols);
  22 
  23 /*** inline functions ****************************************************************************/
  24 #endif /* MC__INFO_H */

/* [previous][next][first][last][top][bottom][index][help]  */