Moved charsets.[ch] from src to lib directory
[midnight-commander.git] / src / find.h
blobdac771752ff6439e401fa2dcae05c4955d4ad883
1 /** \file find.h
2 * \brief Header: Find file command
3 */
5 #ifndef MC__FIND_H
6 #define MC__FIND_H
8 /*** typedefs(not structures) and defined constants **********************************************/
10 /*** enums ***************************************************************************************/
12 /*** structures declarations (and typedefs of structures)*****************************************/
14 /*** global variables defined in .c file *********************************************************/
16 /*** declarations of public functions ************************************************************/
18 void do_find (void);
20 /*** inline functions ****************************************************************************/
21 #endif /* MC__FIND_H */