diff src/protocols/msn/user.h @ 5475:ad9887c91a59

[gaim-migrate @ 5871] Fixed our support for the standard. I misread the discussion and used an alternative proposal. So now we use the new, correct one. Basically, what this means to the users is that 0.64 users will still see 0.63 MSN buddy icons, but 0.63 won't see 0.64's. No big deal. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 22 May 2003 01:31:56 +0000
parents 0436e39c70cf
children bf2a7a7b739d
line wrap: on
line diff
--- a/src/protocols/msn/user.h	Wed May 21 21:02:05 2003 +0000
+++ b/src/protocols/msn/user.h	Thu May 22 01:31:56 2003 +0000
@@ -51,7 +51,7 @@
 
 	size_t ref_count;       /**< The reference count.       */
 
-	GHashTable *clientinfo; /**< The client information.    */
+	GHashTable *clientcaps; /**< The client's capabilities. */
 };
 
 /**
@@ -209,7 +209,7 @@
  * @param user The user.
  * @param info The client information.
  */
-void msn_user_set_client_info(MsnUser *user, GHashTable *info);
+void msn_user_set_client_caps(MsnUser *user, GHashTable *info);
 
 /**
  * Returns the client information for a user.
@@ -218,7 +218,7 @@
  *
  * @return The client information.
  */
-GHashTable *msn_user_get_client_info(const MsnUser *user);
+GHashTable *msn_user_get_client_caps(const MsnUser *user);
 
 /**
  * Creates a new MsnUsers structure.