/**
* @file
*
* HTML serializer API for libxml-rs
*/
#ifndef __HTML_TREE_H__
#define __HTML_TREE_H__
#include <libxml/xmlversion.h>
#include <libxml/tree.h>
#ifdef __cplusplus
extern "C" {
#endif
/* HTML serializer functions - to be implemented */
#ifdef __cplusplus
}
#endif
#endif /* __HTML_TREE_H__ */