comparison libpurple/protocols/myspace/persist.h @ 17288:d353afe1aa12

Add delete buddy.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Sat, 02 Jun 2007 04:55:07 +0000
parents 58b4d103a5b8
children 2aff11bb5e72
comparison
equal deleted inserted replaced
17287:5f96fcbd627a 17288:d353afe1aa12
72 /** Messages to Change/send information */ 72 /** Messages to Change/send information */
73 MSIM_PERSIST_DSN_LID(MC_USER_PREFERENCES, 1, 10) 73 MSIM_PERSIST_DSN_LID(MC_USER_PREFERENCES, 1, 10)
74 MSIM_PERSIST_DSN_LID(MC_CONTACT_INFO, 0, 9) 74 MSIM_PERSIST_DSN_LID(MC_CONTACT_INFO, 0, 9)
75 MSIM_PERSIST_DSN_LID(MC_INVITE, 16, 25) 75 MSIM_PERSIST_DSN_LID(MC_INVITE, 16, 25)
76 76
77 /** Messages to Delete information */
78 MSIM_PERSIST_DSN_LID(MD_DELETE_BUDDY, 0, 8)
79
77 /** Error codes */ 80 /** Error codes */
78 #define MERR_PARSE 1 81 #define MERR_PARSE 1
79 #define MERR_NOT_LOGGED_IN 2 82 #define MERR_NOT_LOGGED_IN 2
80 #define MERR_ANOTHER_LOGIN 6 83 #define MERR_ANOTHER_LOGIN 6
81 #define MERR_BAD_EMAIL 259 84 #define MERR_BAD_EMAIL 259