Revision: 17380
http://svn.sourceforge.net/gaim/?rev=17380&view=rev
Author: datallah
Date: 2006-09-26 19:01:29 -0700 (Tue, 26 Sep 2006)
Log Message:
-----------
Fix the send_raw method signature (even though it still doesn't really functionally match what the core wants)
Modified Paths:
--------------
trunk/libgaim/protocols/simple/simple.c
Modified: trunk/libgaim/protocols/simple/simple.c
===================================================================
--- trunk/libgaim/protocols/simple/simple.c 2006-09-27 01:16:38 UTC (rev 17379)
+++ trunk/libgaim/protocols/simple/simple.c 2006-09-27 02:01:29 UTC (rev 17380)
@@ -521,7 +521,7 @@
}
}
-static void simple_send_raw(GaimConnection *gc, const char *buf, int len)
+static int simple_send_raw(GaimConnection *gc, const char *buf, int len)
{
sendout_pkt(gc, buf);
return len;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|