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
* extfs.c (extfs_generate_entry): Initialize inode->last_in_subdir.
[midnight-commander.git]
/
src
/
listmode.h
blob
b640dd9e6d0c3f8d8d925563503d0077f722f9d3
1
#ifndef MC_LISTMODE_H
2
#define MC_LISTMODE_H
3
4
#ifdef LISTMODE_EDITOR
5
char
*
listmode_edit
(
char
*);
6
#endif
/* LISTMODE_EDITOR */
7
8
#endif