comparison libpurple/protocols/jabber/bosh.h @ 25183:62d9bce9ff74

Reorder some functions to eliminate prototypes and export jabber_bosh_connection_refresh()
author Paul Aurich <paul@darkrain42.org>
date Fri, 05 Dec 2008 00:08:19 +0000
parents 17b60b844803
children fcee93c74230
comparison
equal deleted inserted replaced
25182:17b60b844803 25183:62d9bce9ff74
34 34
35 void jabber_bosh_connection_connect(PurpleBOSHConnection *conn); 35 void jabber_bosh_connection_connect(PurpleBOSHConnection *conn);
36 void jabber_bosh_connection_close(PurpleBOSHConnection *conn); 36 void jabber_bosh_connection_close(PurpleBOSHConnection *conn);
37 void jabber_bosh_connection_send(PurpleBOSHConnection *conn, xmlnode *node); 37 void jabber_bosh_connection_send(PurpleBOSHConnection *conn, xmlnode *node);
38 void jabber_bosh_connection_send_raw(PurpleBOSHConnection *conn, const char *data, int len); 38 void jabber_bosh_connection_send_raw(PurpleBOSHConnection *conn, const char *data, int len);
39 void jabber_bosh_connection_refresh(PurpleBOSHConnection *conn);
39 #endif /* _PURPLE_JABBER_BOSH_H_ */ 40 #endif /* _PURPLE_JABBER_BOSH_H_ */