--- a/libpurple/protocols/gg/pubdir-prpl.h Mon Aug 20 16:07:55 2012 +0200 +++ b/libpurple/protocols/gg/pubdir-prpl.h Mon Aug 20 20:28:27 2012 +0200 @@ -15,8 +15,12 @@ { uin_t uin; gchar *label; + gchar *nickname; + gchar *first_name; + gchar *last_name; ggp_pubdir_gender gender; gchar *city; + unsigned int province; time_t birth; unsigned int age; } ggp_pubdir_record; @@ -35,4 +39,6 @@ void ggp_pubdir_search(PurpleConnection *gc, const ggp_pubdir_search_form *form); +void ggp_pubdir_set_info(PurpleConnection *gc); + #endif /* _GGP_PUBDIR_PRPL_H */