merge m17n patch

add libwc
This commit is contained in:
Fumitoshi UKAI
2003-09-22 21:02:15 +00:00
parent 6d122c7f45
commit 604c11affe
218 changed files with 227575 additions and 2474 deletions

6
form.h
View File

@@ -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;