repo.or.cz
/
midnight-commander.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated the .TP cleanup for coherency in the key description pages.
[midnight-commander.git]
/
src
/
findme.h
blob
fdd01d520bce89e886b8db20eccebf2b564f28aa
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
8
char
*
findProgramPath
(
char
*
argv0
);
9
10
#endif