repo.or.cz
/
midnight-commander.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Some optimization of loops in translation functions.
[midnight-commander.git]
/
src
/
listmode.h
blob
d6b5e9df74d11461287297cfee534e5ac562f16c
1
2
/** \file listmode.h
3
* \brief Header: directory panel listing format editor
4
*/
5
6
#ifndef MC_LISTMODE_H
7
#define MC_LISTMODE_H
8
9
#ifdef LISTMODE_EDITOR
10
char
*
listmode_edit
(
char
*);
11
#endif
/* LISTMODE_EDITOR */
12
13
#endif