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
- Use the included S-Lang again, since we include a better version now.
[midnight-commander.git]
/
src
/
filegui.h
blob
9a8f57c00363c80e53cfea3e67557536334bdd54
1
#ifndef __FILEGUI_H
2
#define __FILEGUI_H
3
4
/*
5
* GUI callback routines
6
*/
7
8
void
fmd_init_i18n
(
int
force
);
9
10
#ifdef WANT_WIDGETS
11
char
*
panel_get_file
(
WPanel
*
panel
,
struct
stat
*
stat_buf
);
12
#endif
13
14
#endif