You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdelibs/tdehtml/misc/htmlhashes.h

15 lines
242 B

#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