aboutsummaryrefslogtreecommitdiff
path: root/src/html_common.hh
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-10-23 19:09:42 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-10-23 19:09:42 +0200
commitc8b131d5f2d84b92ca9f9fa68dd36aefcbd1a5b1 (patch)
tree9616ef240017744424c6b8c54ed998e8903bf920 /src/html_common.hh
parent6c592d3b8e1808a000d219a2e40fd34f3d471773 (diff)
make a_Html_tag_index accessible outside of html.cc
Diffstat (limited to 'src/html_common.hh')
-rw-r--r--src/html_common.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/html_common.hh b/src/html_common.hh
index c694123e..eafbbb2b 100644
--- a/src/html_common.hh
+++ b/src/html_common.hh
@@ -233,6 +233,8 @@ public:
* Parser functions
*/
+int a_Html_tag_index(const char *tag);
+
const char *a_Html_get_attr(DilloHtml *html,
const char *tag,
int tagsize,