r2: import HEAD into svn+ssh://svn.samba.org/home/svn/samba/trunk
[Samba.git] / source / popt / findme.h
blob5e93963d6039668822ecc9c6024a62f0b609eb92
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 #ifndef H_FINDME
6 #define H_FINDME
8 const char * findProgramPath(const char * argv0);
10 #endif