repo.or.cz
/
midnight-commander.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* extfs.c (extfs_generate_entry): Initialize inode->last_in_subdir.
[midnight-commander.git]
/
src
/
filegui.h
blob
51040279a06a1c6bc4b81d9206d0ce4f46435690
1
#ifndef MC_FILEGUI_H
2
#define MC_FILEGUI_H
3
4
#include
"fileopctx.h"
5
6
void
fmd_init_i18n
(
int
force
);
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
11
#endif