diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-09-16 17:20:54 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-09-16 17:20:54 +0200 |
commit | 9ef623beda5d6a7507ff6c871117c8f88e547441 (patch) | |
tree | dff1dc9cb6de1389a9aa18af51349e1fbef90b83 /source4/lib/popt/findme.h | |
parent | a347ab83f447d7921d5d427e56f6965342b25834 (diff) | |
parent | c8bff39df639c70afc94b1795c94629ee8b7b482 (diff) | |
download | samba-9ef623beda5d6a7507ff6c871117c8f88e547441.tar.gz samba-9ef623beda5d6a7507ff6c871117c8f88e547441.tar.bz2 samba-9ef623beda5d6a7507ff6c871117c8f88e547441.zip |
Merge branch 'singlepopt' into single
Conflicts:
source4/Makefile
Diffstat (limited to 'source4/lib/popt/findme.h')
-rw-r--r-- | source4/lib/popt/findme.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/source4/lib/popt/findme.h b/source4/lib/popt/findme.h deleted file mode 100644 index a016b867ea..0000000000 --- a/source4/lib/popt/findme.h +++ /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 |