libpurple/protocols/gg/search.c

branch
cpw.qulogic.gtk3
changeset 32438
dc8991868906
parent 31879
6c34fd3b36f4
child 33299
b3c4ab3aeb7f
equal deleted inserted replaced
32437:a1093fbc45d2 32438:dc8991868906
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

mercurial