libpurple/xmlnode.c

changeset 39659
e4dfb99b0cef
parent 39352
62bca2fe2e91
child 39918
1c8e11f9274f
equal deleted inserted replaced
39658:0fdef8ea59c8 39659:e4dfb99b0cef
21 21
22 /* A lot of this code at least resembles the code in libxode, but since 22 /* A lot of this code at least resembles the code in libxode, but since
23 * libxode uses memory pools that we simply have no need for, I decided to 23 * libxode uses memory pools that we simply have no need for, I decided to
24 * write my own stuff. Also, re-writing this lets me be as lightweight 24 * write my own stuff. Also, re-writing this lets me be as lightweight
25 * as I want to be. Thank you libxode for giving me a good starting point */ 25 * as I want to be. Thank you libxode for giving me a good starting point */
26 #define _PURPLE_XMLNODE_C_
27 26
28 #include "internal.h" 27 #include "internal.h"
29 #include "debug.h" 28 #include "debug.h"
30 29
31 #include <libxml/parser.h> 30 #include <libxml/parser.h>

mercurial