aboutsummaryrefslogtreecommitdiffstats
path: root/proto.h
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2016-11-15 11:11:52 +0000
committerTatsuya Kinoshita <tats@debian.org>2016-11-15 11:11:52 +0000
commit2a4a2fb9f116b50e7c80d573db06c0fdc6c69272 (patch)
tree83f553c51099d3cd823efb0a9806ca66fb579c10 /proto.h
parentRevert "Prevent infinite recursion with nested table and textarea" (diff)
downloadw3m-2a4a2fb9f116b50e7c80d573db06c0fdc6c69272.tar.gz
w3m-2a4a2fb9f116b50e7c80d573db06c0fdc6c69272.zip
Prevent infinite recursion with nested table and textarea
Bug-Debian: https://github.com/tats/w3m/issues/20#issuecomment-260590257
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h1
1 files changed, 1 insertions, 0 deletions
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,