blob: a3aca48b9f113c2e0e466fa406555e949ee128a8 [file] [log] [blame]
Daniel Veillardd2897fd2002-01-30 16:37:32 +00001#include <libxml/tree.h>
2#include <libxml/parser.h>
3#include <libxml/parserInternals.h>
4#include <libxml/catalog.h>
5#include <libxml/threads.h>
6#include <libxml/nanoftp.h>
7#include <libxml/nanohttp.h>
8#include <libxml/uri.h>
9#include <libxml/xpath.h>
10#include <libxml/xpathInternals.h>
11#include <libxml/debugXML.h>
12
13PyObject * libxml_intWrap(int val);
14PyObject * libxml_xmlCharPtrWrap(const xmlChar *str);
15PyObject * libxml_charPtrWrap(const char *str);
16PyObject * libxml_xmlDocPtrWrap(xmlDocPtr doc);
17PyObject * libxml_xmlNodePtrWrap(xmlNodePtr node);
18PyObject * libxml_xmlAttrPtrWrap(xmlAttrPtr attr);