diff libpurple/protocols/myspace/myspace.h @ 22302:0e2207b46080

In msimprpl, if the user signs in without any username set (this will happen the first time they login to MySpaceIM if they haven't set a short URL), have them pick a username and use it. Patch from Jaywalker. Closes #2844.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Sat, 16 Feb 2008 20:20:12 +0000
parents 1f3481447197
children 1097406c8f6c
line wrap: on
line diff
--- a/libpurple/protocols/myspace/myspace.h	Sat Feb 16 20:02:36 2008 +0000
+++ b/libpurple/protocols/myspace/myspace.h	Sat Feb 16 20:20:12 2008 +0000
@@ -45,6 +45,7 @@
 #include "cipher.h"     /* for SHA-1 */
 #include "util.h"       /* for base64 */
 #include "debug.h"      /* for purple_debug_info */
+#include "request.h" /* For dialogs used in setting the username */
 #include "xmlnode.h"
 #include "core.h"
 
@@ -221,6 +222,8 @@
 
 gboolean msim_send_bm(MsimSession *session, const gchar *who, const gchar *text, int type);
 
+gboolean msim_we_are_logged_on(MsimSession *session);
+
 
 void msim_unrecognized(MsimSession *session, MsimMessage *msg, gchar *note);
 guint msim_new_reply_callback(MsimSession *session, MSIM_USER_LOOKUP_CB cb, gpointer data);