diff libpurple/protocols/myspace/myspace.h @ 22156:b8bfd13ec479

a
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Sun, 20 Jan 2008 03:02:24 +0000
parents 0b823f16162c
children 1f3481447197
line wrap: on
line diff
--- a/libpurple/protocols/myspace/myspace.h	Sat Jan 19 04:17:44 2008 +0000
+++ b/libpurple/protocols/myspace/myspace.h	Sun Jan 20 03:02:24 2008 +0000
@@ -180,6 +180,10 @@
 #define MSIM_CONTACT_LIST_IMPORT_ALL_FRIENDS	1
 #define MSIM_CONTACT_LIST_IMPORT_TOP_FRIENDS	2
 
+/* Error codes */
+#define MSIM_ERROR_INCORRECT_PASSWORD           260
+#define MSIM_ERROR_LOGGED_IN_ELSEWHERE          6
+
 /* Functions */
 gboolean msim_load(PurplePlugin *plugin);
 GList *msim_status_types(PurpleAccount *acct);