diff libpurple/protocols/myspace/myspace.h @ 16723:3b5037a93807

Add initializers for reserved fields in plugin and prpl structures. Change msim_send to msim_send_raw and add an empty msim_send for later.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Fri, 04 May 2007 04:49:01 +0000
parents 1aa62f7368ca
children 58cd11fcd84f
line wrap: on
line diff
--- a/libpurple/protocols/myspace/myspace.h	Tue May 01 04:09:37 2007 +0000
+++ b/libpurple/protocols/myspace/myspace.h	Fri May 04 04:49:01 2007 +0000
@@ -105,7 +105,8 @@
 static GHashTable *msim_parse_body(const gchar *body_str);
 
 static void print_hash_item(gpointer key, gpointer value, gpointer user_data);
-static gboolean msim_send(MsimSession *session, const gchar *msg);
+static gboolean msim_send_raw(MsimSession *session, const gchar *msg);
+static gboolean msim_send(MsimSession *session, ...);
 
 static void msim_login(PurpleAccount *acct);
 static int msim_login_challenge(MsimSession *session, GHashTable *table);