1
1
mc/src/find.h

22 строки
749 B
C
Исходник Обычный вид История

/** \file find.h
* \brief Header: Find file command
*/
#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);
/*** inline functions ****************************************************************************/
#endif /* MC__FIND_H */