comparison libpurple/protocols/oscar/flap_connection.c @ 23624:8dcd6c1b923c

Missed one of these guys
author Mark Doliner <mark@kingant.net>
date Sun, 20 Jul 2008 19:52:22 +0000
parents 38a30596ff49
children 3b968076a5dc
comparison
equal deleted inserted replaced
23623:38a30596ff49 23624:8dcd6c1b923c
261 } 261 }
262 262
263 void 263 void
264 flap_connection_send_snac(OscarData *od, FlapConnection *conn, guint16 family, const guint16 subtype, guint16 flags, aim_snacid_t snacid, ByteStream *data) 264 flap_connection_send_snac(OscarData *od, FlapConnection *conn, guint16 family, const guint16 subtype, guint16 flags, aim_snacid_t snacid, ByteStream *data)
265 { 265 {
266 flap_connection_send_snac_with_priority(od, conn, family, subtype, flags, snacid, data, /* High priority? */ TRUE); 266 flap_connection_send_snac_with_priority(od, conn, family, subtype, flags, snacid, data, TRUE);
267 } 267 }
268 268
269 /** 269 /**
270 * This sends an empty channel 4 FLAP. This is sent to signify 270 * This sends an empty channel 4 FLAP. This is sent to signify
271 * that we're logging off. This shouldn't really be necessary-- 271 * that we're logging off. This shouldn't really be necessary--