libpurple/protocols/jabber/presence.h

branch
cpw.darkrain42.xmpp.bosh
changeset 26707
a4f7c5d5e5ae
parent 24717
13c7497f44f8
parent 26703
17f9a4bef2a3
child 27280
55a39efcf7b8
--- a/libpurple/protocols/jabber/presence.h	Sun Apr 05 03:25:00 2009 +0000
+++ b/libpurple/protocols/jabber/presence.h	Sun Apr 05 21:13:10 2009 +0000
@@ -19,8 +19,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111-1301  USA
  */
-#ifndef _PURPLE_JABBER_PRESENCE_H_
-#define _PURPLE_JABBER_PRESENCE_H_
+#ifndef PURPLE_JABBER_PRESENCE_H_
+#define PURPLE_JABBER_PRESENCE_H_
 
 #include "buddy.h"
 #include "jabber.h"
@@ -45,4 +45,4 @@
 void jabber_presence_fake_to_self(JabberStream *js, const PurpleStatus *status);
 void purple_status_to_jabber(const PurpleStatus *status, JabberBuddyState *state, char **msg, int *priority);
 
-#endif /* _PURPLE_JABBER_PRESENCE_H_ */
+#endif /* PURPLE_JABBER_PRESENCE_H_ */

mercurial