| 133 /* }}} */ |
133 /* }}} */ |
| 134 |
134 |
| 135 /* guint32 ggp_search_start(PurpleConnection *gc, GGPSearchForm *form) {{{ */ |
135 /* guint32 ggp_search_start(PurpleConnection *gc, GGPSearchForm *form) {{{ */ |
| 136 guint32 ggp_search_start(PurpleConnection *gc, GGPSearchForm *form) |
136 guint32 ggp_search_start(PurpleConnection *gc, GGPSearchForm *form) |
| 137 { |
137 { |
| 138 GGPInfo *info = gc->proto_data; |
138 GGPInfo *info = purple_connection_get_protocol_data(gc); |
| 139 gg_pubdir50_t req; |
139 gg_pubdir50_t req; |
| 140 guint seq, offset; |
140 guint seq, offset; |
| 141 |
141 |
| 142 purple_debug_info("gg", "It's time to perform a search...\n"); |
142 purple_debug_info("gg", "It's time to perform a search...\n"); |
| 143 |
143 |