cpw.darkrain42.xmpp.bosh: a205fd5e: Header file cleanup

paul at darkrain42.org paul at darkrain42.org
Sat Apr 25 16:17:18 EDT 2009


-----------------------------------------------------------------
Revision: a205fd5eb99225943698ad84d1017091ad48a9a2
Ancestor: c2d0152931e9bb7a8f1855f68cc7c0bdaf53da65
Author: paul at darkrain42.org
Date: 2009-04-18T17:54:24
Branch: im.pidgin.cpw.darkrain42.xmpp.bosh
URL: http://d.pidgin.im/viewmtn/revision/info/a205fd5eb99225943698ad84d1017091ad48a9a2

Modified files:
        libpurple/protocols/jabber/bosh.h

ChangeLog: 

Header file cleanup

-------------- next part --------------
============================================================
--- libpurple/protocols/jabber/bosh.h	8e0061ffac5f3acdd0848748efdfec7faaa74f16
+++ libpurple/protocols/jabber/bosh.h	812766bb95846fc7042d11873fd26ad9a8a15fb4
@@ -1,5 +1,5 @@
 /**
- * @file bosh.h Buddy handlers
+ * @file bosh.h Bidirectional-streams over Synchronous HTTP (BOSH) (XEP-0124 and XEP-0206)
  *
  * purple
  *
@@ -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_BOSH_H_
-#define _PURPLE_JABBER_BOSH_H_
+#ifndef PURPLE_JABBER_BOSH_H_
+#define PURPLE_JABBER_BOSH_H_
 
 typedef struct _PurpleBOSHConnection PurpleBOSHConnection;
 
@@ -38,4 +38,4 @@ void jabber_bosh_connection_refresh(Purp
 void jabber_bosh_connection_close(PurpleBOSHConnection *conn);
 void jabber_bosh_connection_send_raw(PurpleBOSHConnection *conn, const char *data);
 void jabber_bosh_connection_refresh(PurpleBOSHConnection *conn);
-#endif /* _PURPLE_JABBER_BOSH_H_ */
+#endif /* PURPLE_JABBER_BOSH_H_ */


More information about the Commits mailing list