forked from PsychoticNinja/irssi
tired of installing it to every computer when I tried to run irssi.. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@37 dbcabf3a-b0e7-0310-adc4-f8d773084564
11 lines
262 B
C
11 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
|