/* (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