mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 12:56:51 +03:00
08469a001e
Signed-off-by: Mikhail S. Pobolovets <styx.mp@gmail.com>
14 lines
218 B
C
14 lines
218 B
C
|
|
/** \file listmode.h
|
|
* \brief Header: directory panel listing format editor
|
|
*/
|
|
|
|
#ifndef MC_LISTMODE_H
|
|
#define MC_LISTMODE_H
|
|
|
|
#ifdef LISTMODE_EDITOR
|
|
char *listmode_edit (char*);
|
|
#endif /* LISTMODE_EDITOR */
|
|
|
|
#endif
|