diff libpurple/protocols/gg/gg-utils.h @ 21061:1d92b85ef5d9

gg: Properly display your status in the buddylist.
author Bartoz Oler <bartosz@pidgin.im>
date Sun, 04 Nov 2007 22:17:45 +0000
parents 44b4e8bd759b
children 03a55a2997d1
line wrap: on
line diff
--- a/libpurple/protocols/gg/gg-utils.h	Fri Nov 02 06:59:04 2007 +0000
+++ b/libpurple/protocols/gg/gg-utils.h	Sun Nov 04 22:17:45 2007 +0000
@@ -92,6 +92,15 @@
 char *
 ggp_buddy_get_name(PurpleConnection *gc, const uin_t uin);
 
+/**
+ * Manages the display of account's status in the buddylist.
+ *
+ * @param account Current account.
+ */
+void
+ggp_status_fake_to_self(PurpleAccount *account);
+
+
 #endif /* _PURPLE_GG_UTILS_H */
 
 /* vim: set ts=8 sts=0 sw=8 noet: */