1
1

Move file_mask_dialog() declaration where it belongs.

Этот коммит содержится в:
Pavel Roskin 2002-12-08 18:59:50 +00:00
родитель 46958e5630
Коммит cffc060544
2 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -25,8 +25,6 @@ int erase_dir_iff_empty (FileOpContext *ctx, char *s);
int panel_operate (void *source_panel, FileOperation op,
char *thedefault, int ask_user);
char *file_mask_dialog (FileOpContext *ctx, FileOperation operation, char *text, char *def_text,
int only_one, int *do_background);
extern int file_op_compute_totals;

Просмотреть файл

@ -2,5 +2,8 @@
#define __FILEGUI_H
void fmd_init_i18n (int force);
char *file_mask_dialog (FileOpContext *ctx, FileOperation operation,
char *text, char *def_text, int only_one,
int *do_background);
#endif