lib/popt: Remove non third_party popt.
[nivanova/samba-autobuild/.git] / lib / popt / findme.h
diff --git a/lib/popt/findme.h b/lib/popt/findme.h
deleted file mode 100644 (file)
index a016b86..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-/** \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