Ticket #305 (dont work rename/copy on some chars)
[midnight-commander.git] / src / findme.h
blob52a9f89c66650fc5e47a9d8dab72c56a9703394c
1 /* (C) 1998 Red Hat Software, Inc. -- Licensing details are in the COPYING
2 file accompanying popt source distributions, available from
3 ftp://ftp.redhat.com/pub/code/popt */
5 /** \file findme.h
6 * \brief Header: findProgramPath function
7 */
9 #ifndef MC_FINDME_H
10 #define MC_FINDME_H
12 const char * findProgramPath(const char * argv0);
14 #endif