1
1
mc/src/selcodepage.h
2005-06-14 13:14:49 +00:00

10 строки
197 B
C

#ifndef MC_SELCODEPAGE_H
#define MC_SELCODEPAGE_H
#ifdef HAVE_CHARSET
int select_charset (int current_charset, int seldisplay);
int do_select_codepage (void);
#endif /* HAVE_CHARSET */
#endif