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.
15 lines
242 B
15 lines
242 B
15 years ago
|
#ifndef HTMLHASHES_H
|
||
|
#define HTMLHASHES_H
|
||
|
|
||
|
#include "xml/dom_stringimpl.h"
|
||
|
#include "htmlattrs.h"
|
||
|
#include "htmltags.h"
|
||
|
|
||
12 years ago
|
namespace tdehtml
|
||
15 years ago
|
{
|
||
|
int getTagID(const char *tagStr, int len);
|
||
|
int getAttrID(const char *tagStr, int len);
|
||
|
}
|
||
|
|
||
|
#endif
|