libpurple/xmlnode.c

changeset 40441
f23c7e772667
parent 40094
8e6d91e4dd8f
child 40564
2c5b4dc2e86a
equal deleted inserted replaced
40440:80d1a092cf5e 40441:f23c7e772667
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
27 #include <glib/gi18n-lib.h>
26 28
27 #include "internal.h" 29 #include "internal.h"
28 #include "debug.h" 30 #include "debug.h"
29 31
30 #include <libxml/parser.h> 32 #include <libxml/parser.h>

mercurial