From 604c11affe988bab23c87598c02248fff1d73f43 Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Mon, 22 Sep 2003 21:02:15 +0000 Subject: merge m17n patch add libwc --- indep.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'indep.h') diff --git a/indep.h b/indep.h index c977a86..b3819a3 100644 --- a/indep.h +++ b/indep.h @@ -1,4 +1,4 @@ -/* $Id: indep.h,v 1.15 2003/07/26 17:16:24 ukai Exp $ */ +/* $Id: indep.h,v 1.16 2003/09/22 21:02:19 ukai Exp $ */ #ifndef INDEP_H #define INDEP_H #include @@ -33,7 +33,7 @@ extern char *HTML_QUOTE_MAP[]; #define html_quote_char(c) HTML_QUOTE_MAP[(int)is_html_quote(c)] extern clen_t strtoclen(const char *s); -extern char *conv_entity(int ch); +extern char *conv_entity(unsigned int ch); extern int getescapechar(char **s); extern char *getescapecmd(char **s); extern char *allocStr(const char *s, int len); -- cgit v1.2.3