Mercurial > pidgin
diff libpurple/protocols/msn/slpcall.c @ 20408:14b8fb8d27b3
merge of 790a91b1bb6c10ada984951cbd2485e95e5159fd and
05f7badcad9471084218e698a5c011908d17af90
author | Ka-Hing Cheung <khc@hxbc.us> |
---|---|
date | Wed, 02 May 2007 06:06:56 +0000 |
parents | 60bc06498746 |
children | 0f6747c5dcc2 |
line wrap: on
line diff
--- a/libpurple/protocols/msn/slpcall.c Mon Apr 23 17:19:11 2007 +0000 +++ b/libpurple/protocols/msn/slpcall.c Wed May 02 06:06:56 2007 +0000 @@ -22,6 +22,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include "msn.h" +#include "msnutils.h" #include "slpcall.h" #include "slpsession.h" @@ -30,24 +31,6 @@ /* #define MSN_DEBUG_SLPCALL */ /************************************************************************** - * Util - **************************************************************************/ - -static char * -rand_guid() -{ - return g_strdup_printf("%4X%4X-%4X-%4X-%4X-%4X%4X%4X", - rand() % 0xAAFF + 0x1111, - rand() % 0xAAFF + 0x1111, - rand() % 0xAAFF + 0x1111, - rand() % 0xAAFF + 0x1111, - rand() % 0xAAFF + 0x1111, - rand() % 0xAAFF + 0x1111, - rand() % 0xAAFF + 0x1111, - rand() % 0xAAFF + 0x1111); -} - -/************************************************************************** * Main **************************************************************************/