| 61 ggp_roster_session_data roster_data; |
61 ggp_roster_session_data roster_data; |
| 62 ggp_multilogon_session_data *multilogon_data; |
62 ggp_multilogon_session_data *multilogon_data; |
| 63 ggp_status_session_data *status_data; |
63 ggp_status_session_data *status_data; |
| 64 } GGPInfo; |
64 } GGPInfo; |
| 65 |
65 |
| |
66 typedef struct |
| |
67 { |
| |
68 gboolean blocked; |
| |
69 } ggp_buddy_data; |
| |
70 |
| 66 void ggp_recv_message_handler(PurpleConnection *gc, const struct gg_event_msg *ev, gboolean multilogon); |
71 void ggp_recv_message_handler(PurpleConnection *gc, const struct gg_event_msg *ev, gboolean multilogon); |
| 67 |
72 |
| |
73 ggp_buddy_data * ggp_buddy_get_data(PurpleBuddy *buddy); |
| |
74 |
| 68 #endif /* _PURPLE_GG_H */ |
75 #endif /* _PURPLE_GG_H */ |