Mercurial > pidgin.yaz
changeset 26741:374c4e3a73f0
Header file cleanup
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Sat, 18 Apr 2009 17:54:24 +0000 |
parents | e7d97b350800 |
children | ff30995af0da |
files | libpurple/protocols/jabber/bosh.h |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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_ */