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
updated the .TP cleanup for coherency in the key description pages.
[midnight-commander.git]
/
src
/
selcodepage.h
blob
d12535ec0c07fe2aad916996575a0474f16259da
1
#ifdef HAVE_CHARSET
2
#ifndef __SELCODEPAGE_H__
3
#define __SELCODEPAGE_H__
4
5
int
select_charset
(
int
current_charset
,
int
seldisplay
);
6
int
do_select_codepage
(
void
);
7
8
#endif
/* __SELCODEPAGE_H__ */
9
#endif
/* HAVE_CHARSET */