Split code out into separate files and remove some global variables to
[rsync/rsync.git] / popt / findme.h
CommitLineData
62402cb1
MP
1/* (C) 1998 Red Hat Software, Inc. -- Licensing details are in the COPYING
2 file accompanying popt source distributions, available from
3 ftp://ftp.redhat.com/pub/code/popt */
4
5#ifndef H_FINDME
6#define H_FINDME
7
b348deae 8const char * findProgramPath(const char * argv0);
62402cb1
MP
9
10#endif