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
Removed type SHELL_ESCAPED_STR in favour of plain char*
[midnight-commander.git]
/
src
/
findme.h
blob
adf14ccbc1d58a8f91bfe1bf9843d1b84d283d08
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 MC_FINDME_H
6
#define MC_FINDME_H
7
8
const char
*
findProgramPath
(
const char
*
argv0
);
9
10
#endif