comparison libpurple/protocols/oscar/flap_connection.c @ 22919:277966d1987e

Fix functions to match definitions.
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 12 May 2008 02:56:24 +0000
parents 8f353a311895
children 3b3d7039bc8e
comparison
equal deleted inserted replaced
22918:7d8c06d88125 22919:277966d1987e
157 * 157 *
158 * @param data The optional bytestream that makes up the data portion 158 * @param data The optional bytestream that makes up the data portion
159 * of this SNAC. For empty SNACs this should be NULL. 159 * of this SNAC. For empty SNACs this should be NULL.
160 */ 160 */
161 void 161 void
162 flap_connection_send_snac(OscarData *od, FlapConnection *conn, guint16 family, guint16 subtype, guint16 flags, aim_snacid_t snacid, ByteStream *data) 162 flap_connection_send_snac(OscarData *od, FlapConnection *conn, guint16 family, const guint16 subtype, guint16 flags, aim_snacid_t snacid, ByteStream *data)
163 { 163 {
164 FlapFrame *frame; 164 FlapFrame *frame;
165 guint32 length; 165 guint32 length;
166 gboolean enqueue = FALSE; 166 gboolean enqueue = FALSE;
167 struct rateclass *rateclass; 167 struct rateclass *rateclass;