Move global variables to an appropriate place
[midnight-commander.git] / src / filemanager / find.h
blobad40a17ed3d8cab2f0732de4d99d24b072c527a1
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 find_file (void);
20 /*** inline functions ****************************************************************************/
21 #endif /* MC__FIND_H */