filegui.h 317 B

123456789101112131415
  1. /** \file filegui.h
  2. * \brief Header: file management GUI for the text mode edition
  3. */
  4. #ifndef MC_FILEGUI_H
  5. #define MC_FILEGUI_H
  6. #include "fileopctx.h"
  7. char *file_mask_dialog (FileOpContext *ctx, FileOperation operation,
  8. const char *text, const char *def_text, int only_one,
  9. int *do_background);
  10. #endif