root/libswish3/trunk/bindings/perl/headers.h

Revision 2014, 383 bytes (checked in by karpet, 9 months ago)

new bindings to match API reorg

Line 
1 /* libxml2 headers */
2 #include <libxml/xmlversion.h>
3 #include <libxml/parser.h>
4 #include <libxml/hash.h>
5 #include <libxml/parserInternals.h>
6 #include <libxml/HTMLparser.h>
7 #include <libxml/globals.h>
8 #include <libxml/xmlerror.h>
9 #include <libxml/tree.h>
10 #include <libxml/debugXML.h>
11 #include <libxml/xmlmemory.h>
12 #include <libxml/xmlIO.h>
13
14 #include <stdarg.h>
15 #include <libswish3.h>
Note: See TracBrowser for help on using the browser.