comparison src/protocols/yahoo/yahoo_picture.c @ 12412:a88ca6da0b38

[gaim-migrate @ 14719] Make some functions static. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 08 Dec 2005 21:00:39 +0000
parents f4e58e94ced3
children 33bef17125c2
comparison
equal deleted inserted replaced
12411:8c339d9f1bb4 12412:a88ca6da0b38
41 GaimConnection *gc; 41 GaimConnection *gc;
42 char *who; 42 char *who;
43 int checksum; 43 int checksum;
44 }; 44 };
45 45
46 void yahoo_fetch_picture_cb(void *user_data, const char *pic_data, size_t len) 46 static void yahoo_fetch_picture_cb(void *user_data, const char *pic_data, size_t len)
47 { 47 {
48 struct yahoo_fetch_picture_data *d = user_data; 48 struct yahoo_fetch_picture_data *d = user_data;
49 GaimBuddy *b; 49 GaimBuddy *b;
50 50
51 if (GAIM_CONNECTION_IS_VALID(d->gc) && len) { 51 if (GAIM_CONNECTION_IS_VALID(d->gc) && len) {