comparison src/protocols/yahoo/yahoo_filexfer.c @ 11897:a1aa681f1448

[gaim-migrate @ 14188] Make some things static and make msn disconnect errors slightly less geeky committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 30 Oct 2005 16:59:25 +0000
parents 81806e9241be
children 2219f4bf4a57
comparison
equal deleted inserted replaced
11896:8aa6462e563c 11897:a1aa681f1448
212 yahoo_xfer_data_free(xfer_data); 212 yahoo_xfer_data_free(xfer_data);
213 xfer->data = NULL; 213 xfer->data = NULL;
214 214
215 } 215 }
216 216
217 guint calculate_length(const gchar *l, size_t len) 217 static guint calculate_length(const gchar *l, size_t len)
218 { 218 {
219 int i; 219 int i;
220 220
221 for (i = 0; i < len; i++) { 221 for (i = 0; i < len; i++) {
222 if (!g_ascii_isdigit(l[i])) 222 if (!g_ascii_isdigit(l[i]))