mc/src/find.h
Mikhail S. Pobolovets 758ab591d8 Simple doxygen description for files in src directory.
Mostly \file and \brief tag added.

Signed-off-by: Mikhail S. Pobolovets <styx.mp@gmail.com>
2009-02-10 16:07:59 +02:00

12 lines
126 B
C

/** \file find.h
* \brief Header: Find file command
*/
#ifndef MC_FIND_H
#define MC_FIND_H
void do_find (void);
#endif