libpurple/protocols/gg/gg-utils.h

branch
release-2.2.3
changeset 20289
5c844288fbec
parent 19859
71d37b57eff2
child 32438
dc8991868906
--- a/libpurple/protocols/gg/gg-utils.h	Fri Nov 09 08:39:14 2007 +0000
+++ b/libpurple/protocols/gg/gg-utils.h	Fri Nov 09 08:48:40 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: */

mercurial