Ticket #1987: added Cobol syntax highlighting.
[midnight-commander.git] / src / filegui.h
blobf61fb88b3776462196208a68260550d1b524702c
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 "lib/global.h"
10 #include "fileopctx.h"
12 char *file_mask_dialog (FileOpContext *ctx, FileOperation operation,
13 gboolean only_one,
14 const char *format, const void *text,
15 const char *def_text, gboolean *do_background);
17 #endif /* MC_FILEGUI_H */