summaryrefslogtreecommitdiffstats
path: root/popt/findme.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2025-01-19 18:40:01 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2025-01-19 18:40:01 +0000
commit933ebc21b1f1f378b7c89120b3f6c2c2f061c0b4 (patch)
tree9214666b5b435a88528f40301654567bc8ab2fd2 /popt/findme.h
parentReleasing progress-linux version 3.3.0-1~progress7.99u1. (diff)
downloadrsync-933ebc21b1f1f378b7c89120b3f6c2c2f061c0b4.tar.xz
rsync-933ebc21b1f1f378b7c89120b3f6c2c2f061c0b4.zip
Merging upstream version 3.3.0+ds1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--popt/findme.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/popt/findme.h b/popt/findme.h
deleted file mode 100644
index a016b86..0000000
--- a/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