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
Merge branch '1771_menu_hide_cursor'
[midnight-commander.git]
/
src
/
find.h
blob
623086bdbfe33e38c49654240a6d0aa525f29ab1
1
2
/** \file find.h
3
* \brief Header: Find file command
4
*/
5
6
#ifndef MC_FIND_H
7
#define MC_FIND_H
8
9
void
do_find
(
void
);
10
11
#endif