changeset 17345:d353afe1aa12

Add delete buddy.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Sat, 02 Jun 2007 04:55:07 +0000
parents 5f96fcbd627a
children 73720427b132
files libpurple/protocols/myspace/persist.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/myspace/persist.h	Sat Jun 02 04:46:51 2007 +0000
+++ b/libpurple/protocols/myspace/persist.h	Sat Jun 02 04:55:07 2007 +0000
@@ -74,6 +74,9 @@
 MSIM_PERSIST_DSN_LID(MC_CONTACT_INFO,			0, 9)
 MSIM_PERSIST_DSN_LID(MC_INVITE,					16, 25)
 
+/** Messages to Delete information */
+MSIM_PERSIST_DSN_LID(MD_DELETE_BUDDY,			0, 8)
+
 /** Error codes */
 #define MERR_PARSE					1
 #define MERR_NOT_LOGGED_IN			2