libpurple/protocols/gg/xml.c

changeset 40523
9bcf96663cb9
parent 40520
eae11ccb1bef
equal deleted inserted replaced
40522:6f735120e998 40523:9bcf96663cb9
24 * 24 *
25 * You should have received a copy of the GNU General Public License 25 * You should have received a copy of the GNU General Public License
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
30 #include <errno.h>
29 31
30 #include "xml.h" 32 #include "xml.h"
31 33
32 gboolean 34 gboolean
33 ggp_xml_get_string(const PurpleXmlNode *xml, const gchar *childName, gchar **var) 35 ggp_xml_get_string(const PurpleXmlNode *xml, const gchar *childName, gchar **var)

mercurial