mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 12:56:51 +03:00
bf682eb9d1
Miguel.
7 lines
64 B
C
7 lines
64 B
C
#ifndef __FIND_H
|
|
#define __FIND_H
|
|
|
|
|
|
void do_find (void);
|
|
#endif
|