aboutsummaryrefslogtreecommitdiffstats
path: root/proto.h
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@vega.ocn.ne.jp>2011-06-19 11:50:53 +0000
committerTatsuya Kinoshita <tats@vega.ocn.ne.jp>2011-06-19 11:50:53 +0000
commit5f9f33d085fa1ad2eabf5e0e97d66dbf77d630c3 (patch)
treee72fd7ba1cb41472c661c364f1f45f5082a41c8e /proto.h
parentMerge branch 'bug/changelog-typo' (diff)
parentSupport the button element as defined in HTML 4.01 (diff)
downloadw3m-5f9f33d085fa1ad2eabf5e0e97d66dbf77d630c3.tar.gz
w3m-5f9f33d085fa1ad2eabf5e0e97d66dbf77d630c3.zip
Merge branch 'bug/136810'
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index f8a7345..c7992ca 100644
--- a/proto.h
+++ b/proto.h
@@ -207,6 +207,8 @@ extern int getImageSize(ImageCache * cache);
extern Str process_img(struct parsed_tag *tag, int width);
extern Str process_anchor(struct parsed_tag *tag, char *tagbuf);
extern Str process_input(struct parsed_tag *tag);
+extern Str process_button(struct parsed_tag *tag);
+extern Str process_n_button(void);
extern Str process_select(struct parsed_tag *tag);
extern Str process_n_select(void);
extern void feed_select(char *str);