From 2a4a2fb9f116b50e7c80d573db06c0fdc6c69272 Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Tue, 15 Nov 2016 20:11:52 +0900 Subject: Prevent infinite recursion with nested table and textarea Bug-Debian: https://github.com/tats/w3m/issues/20#issuecomment-260590257 --- proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'proto.h') diff --git a/proto.h b/proto.h index d744e14..ed8f890 100644 --- a/proto.h +++ b/proto.h @@ -393,6 +393,7 @@ extern void align(TextLine *lbuf, int width, int mode); extern void print_item(struct table *t, int row, int col, int width, Str buf); extern void print_sep(struct table *t, int row, int type, int maxcol, Str buf); extern void do_refill(struct table *tbl, int row, int col, int maxlimit); +extern void initRenderTable(void); extern void renderTable(struct table *t, int max_width, struct html_feed_environ *h_env); extern struct table *begin_table(int border, int spacing, int padding, -- cgit v1.2.3