Changes for correctly work after rebase to master (master with HACK_tty).
[midnight-commander.git] / src / filegui.h
blobe8997683ae7d5f5eea4ef4f4fa96024c75170613
2 /** \file filegui.h
3 * \brief Header: file management GUI for the text mode edition
4 */
6 #ifndef MC_FILEGUI_H
7 #define MC_FILEGUI_H
9 #include "fileopctx.h"
11 void fmd_init_i18n (int force);
12 char *file_mask_dialog (FileOpContext *ctx, FileOperation operation,
13 const char *text, const char *def_text, int only_one,
14 int *do_background);
16 #endif