Move file_mask_dialog() declaration where it belongs.
Этот коммит содержится в:
родитель
46958e5630
Коммит
cffc060544
@ -25,8 +25,6 @@ int erase_dir_iff_empty (FileOpContext *ctx, char *s);
|
|||||||
|
|
||||||
int panel_operate (void *source_panel, FileOperation op,
|
int panel_operate (void *source_panel, FileOperation op,
|
||||||
char *thedefault, int ask_user);
|
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;
|
extern int file_op_compute_totals;
|
||||||
|
|
||||||
|
@ -2,5 +2,8 @@
|
|||||||
#define __FILEGUI_H
|
#define __FILEGUI_H
|
||||||
|
|
||||||
void fmd_init_i18n (int force);
|
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
|
#endif
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user