blob: 78f714ee5fc00268001b012d3f3b03a9455d2123 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/** \ingroup popt
* \file popt/findme.h
*/
/* (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 H_FINDME
#define H_FINDME
const char * findProgramPath(const char * argv0);
#endif
|