freebsd-ports/chinese/links/files/patch-links.h
Yen-Ming Lee 010ce51d3b add zh-links: Links WWW Browser with Chinese Support
PR:		ports/46713
Submitted by:	eric@fractal.csie.org (Eric Shao-yu Cheng)
2003-01-19 13:51:37 +00:00

10 lines
338 B
C

--- links.h.orig 2002-12-26 22:55:21.000000000 +0800
+++ links.h 2002-12-27 13:13:50.000000000 +0800
@@ -3132,6 +3132,7 @@
unsigned char *get_cp_name(int);
unsigned char *get_cp_mime_name(int);
int is_cp_special(int);
+int is_cjk_cp(int);
void free_conv_table(void);
unsigned char *encode_utf_8(int);
int cp2u(unsigned char, int);