diff libpurple/protocols/jabber/ping.h @ 26481: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 050052891c55
children 40de88e41162
line wrap: on
line diff
--- a/libpurple/protocols/jabber/ping.h	Sun Apr 05 19:16:14 2009 +0000
+++ b/libpurple/protocols/jabber/ping.h	Sun Apr 05 19:21:22 2009 +0000
@@ -19,8 +19,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
-#ifndef _PURPLE_JABBER_PING_H_
-#define _PURPLE_JABBER_PING_H_
+#ifndef PURPLE_JABBER_PING_H_
+#define PURPLE_JABBER_PING_H_
 
 #include "jabber.h"
 #include "iq.h"
@@ -30,4 +30,4 @@
                        JabberIqType, const char *id, xmlnode *child);
 gboolean jabber_ping_jid(JabberStream *js, const char *jid);
 
-#endif /* _PURPLE_JABBER_PING_H_ */
+#endif /* PURPLE_JABBER_PING_H_ */