s3-utils: net - Fix one error/usage message
[Samba/gebeck_regimport.git] / lib / popt / findme.h
bloba016b867ea2d3881a010562e5e5002335f22c2ad
1 /** \ingroup popt
2 * \file popt/findme.h
3 */
5 /* (C) 1998-2000 Red Hat, Inc. -- Licensing details are in the COPYING
6 file accompanying popt source distributions, available from
7 ftp://ftp.rpm.org/pub/rpm/dist. */
9 #ifndef H_FINDME
10 #define H_FINDME
12 /**
13 * Return absolute path to executable by searching PATH.
14 * @param argv0 name of executable
15 * @return (malloc'd) absolute path to executable (or NULL)
17 /*@null@*/ const char * findProgramPath(/*@null@*/ const char * argv0)
18 /*@*/;
20 #endif