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
Merge branch '132_search_skip_hidden'
[midnight-commander.git]
/
src
/
selcodepage.h
blob
06fbd77bdcfe06536dbaf5c5f6034ec1d8baa619
1
#ifndef MC_SELCODEPAGE_H
2
#define MC_SELCODEPAGE_H
3
4
#ifdef HAVE_CHARSET
5
int
select_charset
(
int
current_charset
,
int
seldisplay
);
6
int
do_select_codepage
(
void
);
7
#endif
/* HAVE_CHARSET */
8
9
#endif