diff options
Diffstat (limited to 'popt-1.2/findme.h')
-rw-r--r-- | popt-1.2/findme.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/popt-1.2/findme.h b/popt-1.2/findme.h new file mode 100644 index 00000000..fdd01d52 --- /dev/null +++ b/popt-1.2/findme.h @@ -0,0 +1,10 @@ +/* (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 + +char * findProgramPath(char * argv0); + +#endif |