# HG changeset patch # User Paul Aurich # Date 1240077264 0 # Node ID 374c4e3a73f02058481c4bac68d2049df8be7222 # Parent e7d97b350800e114ac6a19fef99d810e5f285813 Header file cleanup diff -r e7d97b350800 -r 374c4e3a73f0 libpurple/protocols/jabber/bosh.h --- a/libpurple/protocols/jabber/bosh.h Sat Apr 18 17:51:55 2009 +0000 +++ b/libpurple/protocols/jabber/bosh.h Sat Apr 18 17:54:24 2009 +0000 @@ -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_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_ */