libpurple/protocols/gg/blist.h

changeset 40132
d167361831ba
parent 39819
3554dac2991b
child 40358
e6fe6fc1f516
--- a/libpurple/protocols/gg/blist.h	Mon Nov 04 13:38:48 2019 +0300
+++ b/libpurple/protocols/gg/blist.h	Mon Nov 04 13:46:31 2019 +0300
@@ -57,7 +57,7 @@
  * @return Name of the buddy, or UIN converted to string, if there is no such
  * user on the list.
  */
-const char * ggp_buddylist_get_buddy_name(PurpleConnection *gc, const uin_t uin);
+const char * ggp_buddylist_get_buddy_name(PurpleConnection *gc, uin_t uin);
 
 #endif /* PURPLE_GG_BLIST_H */
 

mercurial