Mercurial > pidgin
comparison 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 |
comparison
equal
deleted
inserted
replaced
11896:8aa6462e563c | 11897:a1aa681f1448 |
---|---|
22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
23 */ | 23 */ |
24 #include "msn.h" | 24 #include "msn.h" |
25 #include "command.h" | 25 #include "command.h" |
26 | 26 |
27 gboolean | 27 static gboolean |
28 is_num(char *str) | 28 is_num(char *str) |
29 { | 29 { |
30 char *c; | 30 char *c; |
31 for (c = str; *c; c++) { | 31 for (c = str; *c; c++) { |
32 if (!(g_ascii_isdigit(*c))) | 32 if (!(g_ascii_isdigit(*c))) |