summaryrefslogtreecommitdiffstats
path: root/tdehtml/misc/htmlhashes.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdehtml/misc/htmlhashes.h')
-rw-r--r--tdehtml/misc/htmlhashes.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/tdehtml/misc/htmlhashes.h b/tdehtml/misc/htmlhashes.h
new file mode 100644
index 000000000..dfea9a289
--- /dev/null
+++ b/tdehtml/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 tdehtml
+{
+ int getTagID(const char *tagStr, int len);
+ int getAttrID(const char *tagStr, int len);
+}
+
+#endif