diff libpurple/protocols/oscar/oscar.h @ 30806:4e804413b12b

Added a way to view the Visible/Invisible lists. The UI is kind of crippled, but that seems to be the best we can do with the notify API.
author ivan.komarov@soc.pidgin.im
date Tue, 29 Jun 2010 21:17:02 +0000
parents 5bfef3338383
children 50d472b3d752
line wrap: on
line diff
--- a/libpurple/protocols/oscar/oscar.h	Mon Jun 28 20:02:12 2010 +0000
+++ b/libpurple/protocols/oscar/oscar.h	Tue Jun 29 21:17:02 2010 +0000
@@ -1572,8 +1572,7 @@
 gboolean oscar_util_valid_name_sms(const char *bn);
 int oscar_util_name_compare(const char *bn1, const char *bn2);
 gchar *oscar_util_format_string(const char *str, const char *name);
-
-
+gchar *oscar_format_buddies(GSList *buddies, const gchar *no_buddies_message);
 
 typedef struct {
 	guint16 family;