mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 08:02:13 +02:00
10 lines
262 B
C
10 lines
262 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
|
||
|
|
|
||
|
|
char * findProgramPath(char * argv0);
|
||
|
|
|
||
|
|
#endif
|