/** \file listmode.h * \brief Header: directory panel listing format editor */ #ifndef MC__LISTMODE_H #define MC__LISTMODE_H /*** typedefs(not structures) and defined constants **********************************************/ /*** enums ***************************************************************************************/ /*** structures declarations (and typedefs of structures)*****************************************/ /*** global variables defined in .c file *********************************************************/ /*** declarations of public functions ************************************************************/ #ifdef LISTMODE_EDITOR char *listmode_edit (char *); #endif /*** inline functions ****************************************************************************/ #endif