diff 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
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo_filexfer.c	Sat Oct 29 21:11:07 2005 +0000
+++ b/src/protocols/yahoo/yahoo_filexfer.c	Sun Oct 30 16:59:25 2005 +0000
@@ -214,7 +214,7 @@
 
 }
 
-guint calculate_length(const gchar *l, size_t len)
+static guint calculate_length(const gchar *l, size_t len)
 {
 	int i;