diff libpurple/protocols/myspace/myspace.h @ 17660:cbda7f26d27d

Add a send_raw function, msim_send_really_raw, into the prpl_info struct, so that third-party plugins can send raw data if they choose.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Sun, 24 Jun 2007 19:23:41 +0000
parents 61f0b36b9891
children 7b890c79aabf
line wrap: on
line diff
--- a/libpurple/protocols/myspace/myspace.h	Sun Jun 24 05:08:02 2007 +0000
+++ b/libpurple/protocols/myspace/myspace.h	Sun Jun 24 19:23:41 2007 +0000
@@ -167,6 +167,7 @@
 
 void print_hash_item(gpointer key, gpointer value, gpointer user_data);
 gboolean msim_send_raw(MsimSession *session, const gchar *msg);
+int msim_send_really_raw(PurpleConnection *gc, const char *buf,int total_bytes);
 
 void msim_login(PurpleAccount *acct);
 gboolean msim_login_challenge(MsimSession *session, MsimMessage *msg);