diff 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
line wrap: on
line diff
--- a/libpurple/protocols/oscar/flap_connection.c	Mon May 12 02:55:08 2008 +0000
+++ b/libpurple/protocols/oscar/flap_connection.c	Mon May 12 02:56:24 2008 +0000
@@ -159,7 +159,7 @@
  *        of this SNAC.  For empty SNACs this should be NULL.
  */
 void
-flap_connection_send_snac(OscarData *od, FlapConnection *conn, guint16 family, guint16 subtype, guint16 flags, aim_snacid_t snacid, ByteStream *data)
+flap_connection_send_snac(OscarData *od, FlapConnection *conn, guint16 family, const guint16 subtype, guint16 flags, aim_snacid_t snacid, ByteStream *data)
 {
 	FlapFrame *frame;
 	guint32 length;