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 --- form.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'form.h') diff --git a/form.h b/form.h index 753c40a..50b3d6d 100644 --- a/form.h +++ b/form.h @@ -1,4 +1,4 @@ -/* $Id: form.h,v 1.5 2001/11/30 10:10:24 ukai Exp $ */ +/* $Id: form.h,v 1.6 2003/09/22 21:02:18 ukai Exp $ */ /* * HTML forms */ @@ -47,7 +47,9 @@ typedef struct form_list { Str action; char *target; char *name; - int charset; +#ifdef USE_M17N + wc_ces charset; +#endif int enctype; struct form_list *next; int nitems; -- cgit v1.2.3