This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
mc
Watch
1
Star
0
Fork
0
You've already forked mc
mirror of
https://github.com/MidnightCommander/mc
synced
2024-12-23 12:56:51 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ba0cd89c75
mc
/
src
/
find.h
7 lines
66 B
C
Raw
Normal View
History
Unescape
Escape
* *.h: Renamed multiple inclusion guards that started with a double underscore. Added #includes for dependent files. * popt.c: Likewise. * popthelp.c: Likewise. * tree.c: Moved a macro from tree.h to here, as it is useless outside tree.c.
2004-12-03 22:17:46 +03:00
#
ifndef MC_FIND_H
#
define MC_FIND_H
Initial revision
1998-02-27 07:54:42 +03:00
Warning fixes. Miguel.
1998-12-03 00:27:27 +03:00
void
do_find
(
void
)
;
* *.h: Renamed multiple inclusion guards that started with a double underscore. Added #includes for dependent files. * popt.c: Likewise. * popthelp.c: Likewise. * tree.c: Moved a macro from tree.h to here, as it is useless outside tree.c.
2004-12-03 22:17:46 +03:00
Initial revision
1998-02-27 07:54:42 +03:00
#
endif
Reference in New Issue
Copy Permalink