libpurple/protocols/jabber/oob.h

branch
cpw.darkrain42.xmpp.iq-handlers
changeset 26703
17f9a4bef2a3
parent 25817
09d6a40a341d
child 27076
06c4cbfc351c
--- a/libpurple/protocols/jabber/oob.h	Sun Apr 05 19:16:14 2009 +0000
+++ b/libpurple/protocols/jabber/oob.h	Sun Apr 05 19:21:22 2009 +0000
@@ -19,12 +19,12 @@
  * 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_OOB_H_
-#define _PURPLE_JABBER_OOB_H_
+#ifndef PURPLE_JABBER_OOB_H_
+#define PURPLE_JABBER_OOB_H_
 
 #include "jabber.h"
 
 void jabber_oob_parse(JabberStream *js, const char *from, JabberIqType type,
                       const char *id, xmlnode *querynode);
 
-#endif /* _PURPLE_JABBER_OOB_H_ */
+#endif /* PURPLE_JABBER_OOB_H_ */

mercurial