/* HTMLdtd.h
 * $Id$
 */

#ifndef HTMLdtd_h
#define HTMLdtd_h

#include "HMDoc.h"

extern HMEntityProc html_entity_text;

int HTML_content PARAMS((CONST char* gi));

#endif
