libpurple/protocols/jabber/bosh.h

changeset 39819
3554dac2991b
parent 34268
cf61366236ee
equal deleted inserted replaced
39818:d63ceb45d88d 39819:3554dac2991b
20 * 20 *
21 * You should have received a copy of the GNU General Public License 21 * You should have received a copy of the GNU General Public License
22 * along with this program; if not, write to the Free Software 22 * along with this program; if not, write to the Free Software
23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
24 */ 24 */
25 #ifndef PURPLE_JABBER_BOSH_H_ 25
26 #define PURPLE_JABBER_BOSH_H_ 26 #ifndef PURPLE_JABBER_BOSH_H
27 #define PURPLE_JABBER_BOSH_H
27 28
28 typedef struct _PurpleJabberBOSHConnection PurpleJabberBOSHConnection; 29 typedef struct _PurpleJabberBOSHConnection PurpleJabberBOSHConnection;
29 30
30 #include "jabber.h" 31 #include "jabber.h"
31 32
49 const gchar *data); 50 const gchar *data);
50 51
51 void 52 void
52 jabber_bosh_connection_send_keepalive(PurpleJabberBOSHConnection *conn); 53 jabber_bosh_connection_send_keepalive(PurpleJabberBOSHConnection *conn);
53 54
54 #endif /* PURPLE_JABBER_BOSH_H_ */ 55 #endif /* PURPLE_JABBER_BOSH_H */

mercurial