Moved dir $(srcdir)/vfs into $(srcdir)/lib/vfs/mc-vfs
[midnight-commander.git] / src / listmode.h
blobd6b5e9df74d11461287297cfee534e5ac562f16c
2 /** \file listmode.h
3 * \brief Header: directory panel listing format editor
4 */
6 #ifndef MC_LISTMODE_H
7 #define MC_LISTMODE_H
9 #ifdef LISTMODE_EDITOR
10 char *listmode_edit (char*);
11 #endif /* LISTMODE_EDITOR */
13 #endif