diff src/protocols/msn/user.h @ 7590:3a48ade4f510

[gaim-migrate @ 8208] The MSNSLP stuff pretty much works. I have it disabled in this commit just in case, but I should have the rest done tonight. Also, client IDs are now sent (which was part of the problem), as are the MSNObjects (the other half of the problem). committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 22 Nov 2003 00:47:24 +0000
parents 8f228a7d5076
children 06f57183e29f
line wrap: on
line diff
--- a/src/protocols/msn/user.h	Fri Nov 21 18:12:55 2003 +0000
+++ b/src/protocols/msn/user.h	Sat Nov 22 00:47:24 2003 +0000
@@ -129,6 +129,14 @@
 void msn_user_set_name(MsnUser *user, const char *name);
 
 /**
+ * Sets the buddy icon for a local user.
+ *
+ * @param user     The user.
+ * @param filename The path to the buddy icon.
+ */
+void msn_user_set_buddy_icon(MsnUser *user, const char *filename);
+
+/**
  * Sets the group ID list for a user.
  *
  * @param user The user.