File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / rsync / popt / findme.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Fri Feb 17 15:09:30 2012 UTC (12 years, 4 months ago) by misho
Branches: rsync, MAIN
CVS tags: v3_2_3, v3_1_2p5, rsync3_0_9p0, RSYNC3_1_0, RSYNC3_0_9, HEAD
rsync

/** \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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>