Mercurial > pidgin
diff src/protocols/msn/slpcall.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 | fd6d96ef5c6d |
| children | a0e53af77e49 |
line wrap: on
line diff
--- a/src/protocols/msn/slpcall.c Sat Oct 29 21:11:07 2005 +0000 +++ b/src/protocols/msn/slpcall.c Sun Oct 30 16:59:25 2005 +0000 @@ -33,7 +33,7 @@ * Util **************************************************************************/ -char * +static char * rand_guid() { return g_strdup_printf("%4X%4X-%4X-%4X-%4X-%4X%4X%4X",
