Updates from 0.2.1 into 0.2.1-inu-1.5

This commit is contained in:
Akinori Ito
2001-11-09 04:59:17 +00:00
parent 68a07bf03b
commit 6c63633545
246 changed files with 32763 additions and 21814 deletions

View File

@@ -21,6 +21,7 @@ struct frame_body {
char *url;
ParsedURL *baseURL;
char *source;
char *type;
char *referer;
struct _anchorList *nameList;
FormList *request;
@@ -50,7 +51,10 @@ struct frameset_queue {
struct frameset_queue *back;
struct frameset *frameset;
long linenumber;
long top_linenumber;
short pos;
short currentColumn;
struct _anchorList *formitem;
};
extern struct frameset *renderFrameSet;