2001-05-31 01:27:20 +00:00
|
|
|
#ifdef HAVE_CHARSET
|
|
|
|
#ifndef __SELCODEPAGE_H__
|
|
|
|
#define __SELCODEPAGE_H__
|
|
|
|
|
|
|
|
int select_charset( int current_charset, int seldisplay );
|
2001-07-31 05:54:39 +00:00
|
|
|
int do_select_codepage(void);
|
2001-05-31 01:27:20 +00:00
|
|
|
|
|
|
|
#endif /* __SELCODEPAGE_H__ */
|
|
|
|
#endif /* HAVE_CHARSET */
|