e0faaa671f
the ChangeLogs for full information. - Federico
15 строки
203 B
C
15 строки
203 B
C
#ifndef __FILEGUI_H
|
|
#define __FILEGUI_H
|
|
|
|
/*
|
|
* GUI callback routines
|
|
*/
|
|
|
|
void fmd_init_i18n (int force);
|
|
|
|
#ifdef WANT_WIDGETS
|
|
char *panel_get_file (WPanel *panel, struct stat *stat_buf);
|
|
#endif
|
|
|
|
#endif
|