source:
gaycko/trunk/src/parsing/parse.h
@
4720
Last change on this file since 4720 was 4720, checked in by , 10 years ago | |
---|---|
File size: 412 bytes |
Line | |
---|---|
1 | #ifndef PARSE_H |
2 | #define PARSE_H |
3 | |
4 | #ifndef uint |
5 | #define uint unsigned int |
6 | #define ulong unsigned long |
7 | #endif |
8 | |
9 | |
10 | #include <stdint.h> |
11 | #include <sys/types.h> |
12 | #include <tidy.h> |
13 | #include <buffio.h> |
14 | |
15 | #include <libxml/parser.h> |
16 | #include <libxml/xinclude.h> |
17 | #include <libxml/tree.h> |
18 | #include <libxml/xmlIO.h> |
19 | #include <libxml/HTMLparser.h> |
20 | |
21 | #include "dom/dom.h" |
22 | |
23 | gDOM *gaycko_parse(char *data, unsigned int size); |
24 | |
25 | |
26 | #endif |
Note: See TracBrowser
for help on using the repository browser.