mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-09 13:02:01 +03:00
e792cffb8d
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.
11 lines
279 B
C
11 lines
279 B
C
/* (C) 1998 Red Hat Software, Inc. -- Licensing details are in the COPYING
|
|
file accompanying popt source distributions, available from
|
|
ftp://ftp.redhat.com/pub/code/popt */
|
|
|
|
#ifndef MC_FINDME_H
|
|
#define MC_FINDME_H
|
|
|
|
const char * findProgramPath(const char * argv0);
|
|
|
|
#endif
|