src/prpl.c

changeset 5676
d3c2fdaf4821
parent 5573
633880e3f137
child 5717
2f3a377de638
equal deleted inserted replaced
5675:c4bd3b2070b5 5676:d3c2fdaf4821
218 return ((x->gc != y->gc) || gaim_utf8_strcasecmp(x->who, y->who)); 218 return ((x->gc != y->gc) || gaim_utf8_strcasecmp(x->who, y->who));
219 } 219 }
220 220
221 void set_icon_data(GaimConnection *gc, const char *who, void *data, int len) 221 void set_icon_data(GaimConnection *gc, const char *who, void *data, int len)
222 { 222 {
223 struct gaim_conversation *conv; 223 GaimConversation *conv;
224 struct icon_data tmp; 224 struct icon_data tmp;
225 GList *l; 225 GList *l;
226 struct icon_data *id; 226 struct icon_data *id;
227 struct buddy *b; 227 struct buddy *b;
228 /* i'm going to vent here a little bit about normalize(). normalize() 228 /* i'm going to vent here a little bit about normalize(). normalize()

mercurial