diff src/prpl.h @ 4732:c15e0699acae

[gaim-migrate @ 5047] hopefully this doesn't break anything. - Capabilities are back in the tooltips - Jabber does the neat status thing in the buddy list - jabber "broken" buddies are gone! woohoo! - most of the right-click menu items moved back to where they used to live, but Get Info remains at the top, because that's where it should be. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Thu, 13 Mar 2003 06:08:56 +0000
parents b9e7ccf21f9c
children e23a7e166680
line wrap: on
line diff
--- a/src/prpl.h	Thu Mar 13 00:10:56 2003 +0000
+++ b/src/prpl.h	Thu Mar 13 06:08:56 2003 +0000
@@ -195,7 +195,7 @@
 	 * Gets a short string representing this buddy's status.  This will be shown
 	 * on the buddy list.
 	 */
-	const char *(* status_text)(struct buddy *buddy);
+	char *(* status_text)(struct buddy *buddy);
 	
 	/**
 	 * Gets a string to put in the buddy list tooltip.