diff options
Diffstat (limited to 'debian/pilot-link/pilot-link-0.12.5-dfsg/popt/findme.h')
-rw-r--r-- | debian/pilot-link/pilot-link-0.12.5-dfsg/popt/findme.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/pilot-link/pilot-link-0.12.5-dfsg/popt/findme.h b/debian/pilot-link/pilot-link-0.12.5-dfsg/popt/findme.h new file mode 100644 index 00000000..a016b867 --- /dev/null +++ b/debian/pilot-link/pilot-link-0.12.5-dfsg/popt/findme.h @@ -0,0 +1,20 @@ +/** \ingroup popt + * \file popt/findme.h + */ + +/* (C) 1998-2000 Red Hat, Inc. -- Licensing details are in the COPYING + file accompanying popt source distributions, available from + ftp://ftp.rpm.org/pub/rpm/dist. */ + +#ifndef H_FINDME +#define H_FINDME + +/** + * Return absolute path to executable by searching PATH. + * @param argv0 name of executable + * @return (malloc'd) absolute path to executable (or NULL) + */ +/*@null@*/ const char * findProgramPath(/*@null@*/ const char * argv0) + /*@*/; + +#endif |