diff libpurple/protocols/myspace/myspace.h @ 17317:e9dfd3a5d4b6

Remove msim_get_own_uid{,_cb}() - it is not needed, since the login challenge response message sends our userid, which I save in MsimSession. userid. Change msim_remove_buddy() to send the user's userid in the uid field, instead of a placeholder (status: not working).
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Wed, 13 Jun 2007 21:25:40 +0000
parents 2aff11bb5e72
children 4cb842e0649c
line wrap: on
line diff
--- a/libpurple/protocols/myspace/myspace.h	Wed Jun 13 21:21:48 2007 +0000
+++ b/libpurple/protocols/myspace/myspace.h	Wed Jun 13 21:25:40 2007 +0000
@@ -187,9 +187,6 @@
 
 guint msim_new_reply_callback(MsimSession *session, MSIM_USER_LOOKUP_CB cb, gpointer data);
 
-void msim_get_own_uid_cb(MsimSession *session, MsimMessage *userinfo, gpointer data);
-void msim_get_own_uid(MsimSession *session);
-
 void msim_connect_cb(gpointer data, gint source, 
 		const gchar *error_message);