*** empty log message ***
[midnight-commander.git] / src / filegui.h
blob9a8f57c00363c80e53cfea3e67557536334bdd54
1 #ifndef __FILEGUI_H
2 #define __FILEGUI_H
4 /*
5 * GUI callback routines
6 */
8 void fmd_init_i18n (int force);
10 #ifdef WANT_WIDGETS
11 char *panel_get_file (WPanel *panel, struct stat *stat_buf);
12 #endif
14 #endif