diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-10-23 19:09:42 +0200 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-10-23 19:09:42 +0200 |
commit | c8b131d5f2d84b92ca9f9fa68dd36aefcbd1a5b1 (patch) | |
tree | 9616ef240017744424c6b8c54ed998e8903bf920 /src/html_common.hh | |
parent | 6c592d3b8e1808a000d219a2e40fd34f3d471773 (diff) |
make a_Html_tag_index accessible outside of html.cc
Diffstat (limited to 'src/html_common.hh')
-rw-r--r-- | src/html_common.hh | 2 |
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, |