summaryrefslogtreecommitdiff
path: root/libpurple/protocols/msn/slpcall.c
diff options
context:
space:
mode:
authorRichard Laager <rlaager@pidgin.im>2007-09-16 18:03:53 +0000
committerRichard Laager <rlaager@pidgin.im>2007-09-16 18:03:53 +0000
commit77554a1cd2a24bf957fb698fcc575acde9004b1d (patch)
treefefa6526d2e562ca4757dd1879401fd860ce99ce /libpurple/protocols/msn/slpcall.c
parent48d3cf088497d7bfce33260d63a2d8d4444a2c8d (diff)
parent723cd40755b79200ad19981447892193059752e1 (diff)
downloadpidgin-77554a1cd2a24bf957fb698fcc575acde9004b1d.tar.gz
explicit merge of '71d37b57eff2574031b2bbf1a2388ae1446db2da'
and '506f2256bc5e147c89cabba15e2865b28fe4ea9e'
Diffstat (limited to 'libpurple/protocols/msn/slpcall.c')
-rw-r--r--libpurple/protocols/msn/slpcall.c19
1 files changed, 1 insertions, 18 deletions
diff --git a/libpurple/protocols/msn/slpcall.c b/libpurple/protocols/msn/slpcall.c
index f5c1bc522d..4dcf4c2ead 100644
--- a/libpurple/protocols/msn/slpcall.c
+++ b/libpurple/protocols/msn/slpcall.c
@@ -22,6 +22,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 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
**************************************************************************/