| 34934:d50c4b767a5e | 34935:686fa55b0deb |
|---|---|
| 23 | 23 |
| 24 #include "jabber.h" | 24 #include "jabber.h" |
| 25 | 25 |
| 26 void jabber_gmail_init(JabberStream *js); | 26 void jabber_gmail_init(JabberStream *js); |
| 27 void jabber_gmail_poke(JabberStream *js, const char *from, JabberIqType type, | 27 void jabber_gmail_poke(JabberStream *js, const char *from, JabberIqType type, |
| 28 const char *id, xmlnode *new_mail); | 28 const char *id, PurpleXmlNode *new_mail); |
| 29 | 29 |
| 30 #endif /* PURPLE_JABBER_GOOGLE_GMAIL_H_ */ | 30 #endif /* PURPLE_JABBER_GOOGLE_GMAIL_H_ */ |