mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
ef2e26c91b
(This used to be commit b0510b5428
)
11 lines
274 B
C
11 lines
274 B
C
/* (C) 1998 Red Hat Software, Inc. -- Licensing details are in the COPYING
|
|
file accompanying popt source distributions, available from
|
|
ftp://ftp.redhat.com/pub/code/popt */
|
|
|
|
#ifndef H_FINDME
|
|
#define H_FINDME
|
|
|
|
const char * findProgramPath(const char * argv0);
|
|
|
|
#endif
|