comparison libpurple/protocols/oscar/oscar.h @ 23580:e8bea84f63b6

merge of '88c7f87fb5a74f975cf06c472059ecf081c54042' and 'fe134224188f83f69a5367395922807444d46f49'
author Mark Doliner <mark@kingant.net>
date Mon, 21 Jul 2008 06:33:06 +0000
parents a73d527731ff 38a30596ff49
children a270bd4b5298
comparison
equal deleted inserted replaced
23577:60030a36506e 23580:e8bea84f63b6
628 void flap_connection_recv_cb(gpointer data, gint source, PurpleInputCondition cond); 628 void flap_connection_recv_cb(gpointer data, gint source, PurpleInputCondition cond);
629 void flap_connection_send(FlapConnection *conn, FlapFrame *frame); 629 void flap_connection_send(FlapConnection *conn, FlapFrame *frame);
630 void flap_connection_send_version(OscarData *od, FlapConnection *conn); 630 void flap_connection_send_version(OscarData *od, FlapConnection *conn);
631 void flap_connection_send_version_with_cookie(OscarData *od, FlapConnection *conn, guint16 length, const guint8 *chipsahoy); 631 void flap_connection_send_version_with_cookie(OscarData *od, FlapConnection *conn, guint16 length, const guint8 *chipsahoy);
632 void flap_connection_send_snac(OscarData *od, FlapConnection *conn, guint16 family, const guint16 subtype, guint16 flags, aim_snacid_t snacid, ByteStream *data); 632 void flap_connection_send_snac(OscarData *od, FlapConnection *conn, guint16 family, const guint16 subtype, guint16 flags, aim_snacid_t snacid, ByteStream *data);
633 void flap_connection_send_snac_with_high_priority(OscarData *od, FlapConnection *conn, guint16 family, const guint16 subtype, guint16 flags, aim_snacid_t snacid, ByteStream *data, gboolean high_priority); 633 void flap_connection_send_snac_with_priority(OscarData *od, FlapConnection *conn, guint16 family, const guint16 subtype, guint16 flags, aim_snacid_t snacid, ByteStream *data, gboolean high_priority);
634 void flap_connection_send_keepalive(OscarData *od, FlapConnection *conn); 634 void flap_connection_send_keepalive(OscarData *od, FlapConnection *conn);
635 FlapFrame *flap_frame_new(OscarData *od, guint16 channel, int datalen); 635 FlapFrame *flap_frame_new(OscarData *od, guint16 channel, int datalen);
636 636
637 OscarData *oscar_data_new(void); 637 OscarData *oscar_data_new(void);
638 void oscar_data_destroy(OscarData *); 638 void oscar_data_destroy(OscarData *);