From e2782c2ae915a60778c3c43804926f1efc92cc6a Mon Sep 17 00:00:00 2001 From: Ito Hiroyuki Date: Sun, 25 Jul 2010 09:55:05 +0000 Subject: * merge ambiguous width patch * http://www.j10n.org/files/w3m-cvs-1.914-ambwidth.patch --- proto.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'proto.h') diff --git a/proto.h b/proto.h index 657dde7..f8a7345 100644 --- a/proto.h +++ b/proto.h @@ -1,4 +1,4 @@ -/* $Id: proto.h,v 1.103 2010/07/19 23:34:01 htrb Exp $ */ +/* $Id: proto.h,v 1.104 2010/07/25 09:55:05 htrb Exp $ */ /* * This file was automatically generated by version 1.7 of cextract. * Manual editing not recommended. @@ -177,6 +177,9 @@ extern Str convertLine0(URLFile *uf, Str line, int mode); #define convertLine(uf,line,mode,charset,dcharset) convertLine0(uf,line,mode) #endif extern void push_symbol(Str str, char symbol, int width, int n); +#ifdef USE_UNICODE +extern void update_utf8_symbol(void); +#endif extern Buffer *loadFile(char *path); extern Buffer *loadGeneralFile(char *path, ParsedURL *current, char *referer, int flag, FormList *request); -- cgit v1.2.3