2009-02-05 20:28:18 +02:00
|
|
|
/** \file find.h
|
|
|
|
* \brief Header: Find file command
|
|
|
|
*/
|
|
|
|
|
2010-11-10 13:09:42 +02:00
|
|
|
#ifndef MC__FIND_H
|
|
|
|
#define MC__FIND_H
|
|
|
|
|
|
|
|
/*** typedefs(not structures) and defined constants **********************************************/
|
|
|
|
|
|
|
|
/*** enums ***************************************************************************************/
|
|
|
|
|
|
|
|
/*** structures declarations (and typedefs of structures)*****************************************/
|
|
|
|
|
|
|
|
/*** global variables defined in .c file *********************************************************/
|
|
|
|
|
|
|
|
/*** declarations of public functions ************************************************************/
|
1998-02-27 04:54:42 +00:00
|
|
|
|
1998-12-02 21:27:27 +00:00
|
|
|
void do_find (void);
|
2004-12-03 19:17:46 +00:00
|
|
|
|
2010-11-10 13:09:42 +02:00
|
|
|
/*** inline functions ****************************************************************************/
|
|
|
|
#endif /* MC__FIND_H */
|