summaryrefslogtreecommitdiff
path: root/source3/popt/findme.h
diff options
context:
space:
mode:
authorJames Peach <jpeach@samba.org>2006-05-17 00:04:09 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:17:05 -0500
commitdc64af1d2ee478254b57c323795736e85d2aed92 (patch)
treee7e72773994ce1309ff42a6dd32c6670b002bd0b /source3/popt/findme.h
parentf81e4521bf9408754a9873646fd7e911d968b4e1 (diff)
downloadsamba-dc64af1d2ee478254b57c323795736e85d2aed92.tar.gz
samba-dc64af1d2ee478254b57c323795736e85d2aed92.tar.bz2
samba-dc64af1d2ee478254b57c323795736e85d2aed92.zip
r15654: Update our internal copy of popt to that distributed with the RPM 4.2
source code. (This used to be commit 9559886a92b1fdd33d380bf0100dcddb12477ff2)
Diffstat (limited to 'source3/popt/findme.h')
-rw-r--r--source3/popt/findme.h16
1 files changed, 13 insertions, 3 deletions
diff --git a/source3/popt/findme.h b/source3/popt/findme.h
index 5e93963d60..a016b867ea 100644
--- a/source3/popt/findme.h
+++ b/source3/popt/findme.h
@@ -1,10 +1,20 @@
-/* (C) 1998 Red Hat Software, Inc. -- Licensing details are in the COPYING
+/** \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.redhat.com/pub/code/popt */
+ ftp://ftp.rpm.org/pub/rpm/dist. */
#ifndef H_FINDME
#define H_FINDME
-const char * findProgramPath(const char * argv0);
+/**
+ * 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