diff options
Diffstat (limited to 'khtml/misc/htmlhashes.h')
-rw-r--r-- | khtml/misc/htmlhashes.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/khtml/misc/htmlhashes.h b/khtml/misc/htmlhashes.h new file mode 100644 index 000000000..bade18ffb --- /dev/null +++ b/khtml/misc/htmlhashes.h @@ -0,0 +1,14 @@ +#ifndef HTMLHASHES_H +#define HTMLHASHES_H + +#include "xml/dom_stringimpl.h" +#include "htmlattrs.h" +#include "htmltags.h" + +namespace khtml +{ + int getTagID(const char *tagStr, int len); + int getAttrID(const char *tagStr, int len); +} + +#endif |