diff src/protocols/msn/command.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 ab6636c5a136
children 5e2a365af01b
line wrap: on
line diff
--- a/src/protocols/msn/command.c	Sat Oct 29 21:11:07 2005 +0000
+++ b/src/protocols/msn/command.c	Sun Oct 30 16:59:25 2005 +0000
@@ -24,7 +24,7 @@
 #include "msn.h"
 #include "command.h"
 
-gboolean
+static gboolean
 is_num(char *str)
 {
 	char *c;