libpurple/protocols/myspace/myspace.h

branch
soc.2007.msimprpl
changeset 17897
8f844632f315
parent 17892
66984c1aac79
child 17899
2aff0198ffe4
--- a/libpurple/protocols/myspace/myspace.h	Sun May 13 19:53:34 2007 +0000
+++ b/libpurple/protocols/myspace/myspace.h	Sun May 20 07:08:57 2007 +0000
@@ -113,11 +113,13 @@
 static gchar *msim_unescape(const gchar *msg);
 static gchar *msim_escape(const gchar *msg);
 static gchar *str_replace(const gchar* str, const gchar *old, const gchar *new);
-static GHashTable* msim_parse(gchar* msg);
-static GHashTable *msim_parse_body(const gchar *body_str);
+static GHashTable *msim_parse(gchar* msg);
+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_raw(MsimSession *session, const gchar *msg);
+static gchar *msim_pack(GHashTable *table);
+static gboolean msim_sendh(MsimSession *session, GHashTable *table);
 static gboolean msim_send(MsimSession *session, ...);
 
 static void msim_login(PurpleAccount *acct);

mercurial