aboutsummaryrefslogtreecommitdiffstats
path: root/popt/findme.h
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2001-02-24 01:32:22 +0000
committerMartin Pool <mbp@samba.org>2001-02-24 01:32:22 +0000
commitb348deae3ddbb25802a5b533d91e06832212b48a (patch)
tree4c2a730ae39a7478183ebbfa57bfa3de812260b8 /popt/findme.h
parent18c71e96f8f9281f570046095433df38c6785fd6 (diff)
downloadandroid_external_rsync-b348deae3ddbb25802a5b533d91e06832212b48a.tar.gz
android_external_rsync-b348deae3ddbb25802a5b533d91e06832212b48a.tar.bz2
android_external_rsync-b348deae3ddbb25802a5b533d91e06832212b48a.zip
Upgrade from popt 1.2 to a cut-down 1.5
Diffstat (limited to 'popt/findme.h')
-rw-r--r--popt/findme.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/popt/findme.h b/popt/findme.h
new file mode 100644
index 00000000..5e93963d
--- /dev/null
+++ b/popt/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
+
+const char * findProgramPath(const char * argv0);
+
+#endif