Make hard-linking work when a device has an st_dev of 0.
[rsync/rsync.git] / popt / findme.h
CommitLineData
cc248aae
WD
1/** \ingroup popt
2 * \file popt/findme.h
3 */
4
5/* (C) 1998-2000 Red Hat, Inc. -- Licensing details are in the COPYING
62402cb1 6 file accompanying popt source distributions, available from
cc248aae 7 ftp://ftp.rpm.org/pub/rpm/dist. */
62402cb1
MP
8
9#ifndef H_FINDME
10#define H_FINDME
11
cc248aae
WD
12/**
13 * Return absolute path to executable by searching PATH.
14 * @param argv0 name of executable
15 * @return (malloc'd) absolute path to executable (or NULL)
16 */
17/*@null@*/ const char * findProgramPath(/*@null@*/ const char * argv0)
18 /*@*/;
62402cb1
MP
19
20#endif