Replaced 6 with & as & where meant
[midnight-commander.git] / src / selcodepage.h
blob06fbd77bdcfe06536dbaf5c5f6034ec1d8baa619
1 #ifndef MC_SELCODEPAGE_H
2 #define MC_SELCODEPAGE_H
4 #ifdef HAVE_CHARSET
5 int select_charset (int current_charset, int seldisplay);
6 int do_select_codepage (void);
7 #endif /* HAVE_CHARSET */
9 #endif