| 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 |
29 |
| 30 #ifndef _GGP_XML_H |
30 #ifndef PURPLE_GG_XML_H |
| 31 #define _GGP_XML_H |
31 #define PURPLE_GG_XML_H |
| 32 |
32 |
| 33 #include <internal.h> |
33 #include <internal.h> |
| 34 #include <xmlnode.h> |
34 #include <xmlnode.h> |
| 35 |
35 |
| 36 gboolean ggp_xml_get_string(const PurpleXmlNode *xml, gchar *childName, gchar **var); |
36 gboolean ggp_xml_get_string(const PurpleXmlNode *xml, gchar *childName, gchar **var); |