Upgrade from popt 1.2 to a cut-down 1.5
[rsync/rsync.git] / popt / findme.h
diff --git a/popt/findme.h b/popt/findme.h
new file mode 100644 (file)
index 0000000..5e93963
--- /dev/null
@@ -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
+
+const char * findProgramPath(const char * argv0);
+
+#endif