root/src/filemanager/listmode.h

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

INCLUDED FROM


   1 /** \file listmode.h
   2  *  \brief Header: directory panel listing format editor
   3  */
   4 
   5 #ifndef MC__LISTMODE_H
   6 #define MC__LISTMODE_H
   7 /*** typedefs(not structures) and defined constants **********************************************/
   8 
   9 /*** enums ***************************************************************************************/
  10 
  11 /*** structures declarations (and typedefs of structures)*****************************************/
  12 
  13 /*** global variables defined in .c file *********************************************************/
  14 
  15 /*** declarations of public functions ************************************************************/
  16 
  17 #ifdef LISTMODE_EDITOR
  18 char *listmode_edit (char *);
  19 #endif /* LISTMODE_EDITOR */
  20 
  21 /*** inline functions ****************************************************************************/
  22 #endif /* MC__LISTMODE_H */

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