diff libpurple/protocols/jabber/google.h @ 26563:5767b7698c73

Further standardize the sentinel style (did someone say leading _s are theoretically a reserved namespace?)
author Paul Aurich <paul@darkrain42.org>
date Sun, 05 Apr 2009 19:21:22 +0000
parents 0c8d41f5caa0
children 72bcdcb0629f 676494d92262
line wrap: on
line diff
--- a/libpurple/protocols/jabber/google.h	Sun Apr 05 19:16:14 2009 +0000
+++ b/libpurple/protocols/jabber/google.h	Sun Apr 05 19:21:22 2009 +0000
@@ -18,8 +18,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111-1301  USA
  */
 
-#ifndef _PURPLE_JABBER_GOOGLE_H_
-#define _PURPLE_JABBER_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_JABBER_GOOGLE_H_ */
+#endif   /* PURPLE_JABBER_GOOGLE_H_ */