Merge branch '4535_tmpdir_name'
[midnight-commander.git] / src / filemanager / listmode.h
bloba27ab380a7e43abe917b8ff9eddf221bd0a71d66
1 /** \file listmode.h
2 * \brief Header: directory panel listing format editor
3 */
5 #ifndef MC__LISTMODE_H
6 #define MC__LISTMODE_H
7 /*** typedefs(not structures) and defined constants **********************************************/
9 /*** enums ***************************************************************************************/
11 /*** structures declarations (and typedefs of structures)*****************************************/
13 /*** global variables defined in .c file *********************************************************/
15 /*** declarations of public functions ************************************************************/
17 #ifdef LISTMODE_EDITOR
18 char *listmode_edit (char *);
19 #endif /* LISTMODE_EDITOR */
21 /*** inline functions ****************************************************************************/
22 #endif /* MC__LISTMODE_H */