libpurple/protocols/jabber/google.h

branch
cpw.darkrain42.xmpp.iq-handlers
changeset 26702
b3c0c14c4c5e
parent 26698
417e1c82963b
child 26703
17f9a4bef2a3
--- a/libpurple/protocols/jabber/google.h	Sun Apr 05 19:14:19 2009 +0000
+++ b/libpurple/protocols/jabber/google.h	Sun Apr 05 19:16:14 2009 +0000
@@ -18,8 +18,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111-1301  USA
  */
 
-#ifndef _PURPLE_GOOGLE_H_
-#define _PURPLE_GOOGLE_H_
+#ifndef _PURPLE_JABBER_GOOGLE_H_
+#define _PURPLE_JABBER_GOOGLE_H_
 
 /* This is a place for Google Talk-specific XMPP extensions to live
  * such that they don't intermingle with code for the XMPP RFCs and XEPs :) */
@@ -58,4 +58,4 @@
                                       xmlnode *child);
 void jabber_google_send_jingle_info(JabberStream *js);
 
-#endif   /* _PURPLE_GOOGLE_H_ */
+#endif   /* _PURPLE_JABBER_GOOGLE_H_ */

mercurial