00001 00005 /* (C) 1998-2000 Red Hat, Inc. -- Licensing details are in the COPYING 00006 file accompanying popt source distributions, available from 00007 ftp://ftp.rpm.org/pub/rpm/dist. */ 00008 00009 #ifndef H_FINDME 00010 #define H_FINDME 00011 00017 /*@null@*/ const char * findProgramPath(/*@null@*/ const char * argv0) 00018 /*@*/; 00019 00020 #endif