libpurple/protocols/gg/xml.c

changeset 40358
e6fe6fc1f516
parent 35361
efdbd45604f1
child 40520
eae11ccb1bef
equal deleted inserted replaced
40352:7281920d8a66 40358:e6fe6fc1f516
26 * along with this program; if not, write to the Free Software 26 * along with this program; if not, write to the Free Software
27 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 27 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
28 */ 28 */
29 29
30 #include "xml.h" 30 #include "xml.h"
31
32 #include "debug.h"
33 31
34 gboolean ggp_xml_get_string(const PurpleXmlNode *xml, gchar *childName, gchar **var) 32 gboolean ggp_xml_get_string(const PurpleXmlNode *xml, gchar *childName, gchar **var)
35 { 33 {
36 char *str; 34 char *str;
37 35

mercurial