/**
* @file
*
* Entity handling API for libxml-rs
*/
#ifndef __XML_ENTITIES_H__
#define __XML_ENTITIES_H__
#include <libxml/xmlversion.h>
#include <libxml/tree.h>
#ifdef __cplusplus
extern "C" {
#endif
/* Entity functions are declared in tree.h */
#ifdef __cplusplus
}
#endif
#endif /* __XML_ENTITIES_H__ */