summaryrefslogtreecommitdiffstats
path: root/tdehtml/misc/htmlhashes.h
blob: dfea9a2893553295df051a99d701a29343c21726 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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