mirror of
https://github.com/MidnightCommander/mc
synced 2025-03-12 10:53:23 +03:00
10 lines
231 B
C
10 lines
231 B
C
#ifndef __FILEGUI_H
|
|
#define __FILEGUI_H
|
|
|
|
void fmd_init_i18n (int force);
|
|
char *file_mask_dialog (FileOpContext *ctx, FileOperation operation,
|
|
const char *text, const char *def_text, int only_one,
|
|
int *do_background);
|
|
|
|
#endif
|