mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 10:04:32 +03:00
e792cffb8d
double underscore. Added #includes for dependent files. * popt.c: Likewise. * popthelp.c: Likewise. * tree.c: Moved a macro from tree.h to here, as it is useless outside tree.c.
12 lines
257 B
C
12 lines
257 B
C
#ifndef MC_FILEGUI_H
|
|
#define MC_FILEGUI_H
|
|
|
|
#include "fileopctx.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
|