libpurple/protocols/gg/pubdir-prpl.h

branch
soc.2012.gg
changeset 33347
cc3f8295618a
parent 33346
3b4cbb0e10d6
child 33348
2394cd23ce8f
--- 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 */

mercurial