comparison libpurple/protocols/msn/slpcall.h @ 24399:9bdaf273c0ff

Use purple_timeout_add_seconds() instead of purple_timeout_add() in a few places.
author Mark Doliner <mark@kingant.net>
date Thu, 13 Nov 2008 08:26:12 +0000
parents b27908701f66
children d8452c0bec7b
comparison
equal deleted inserted replaced
24398:b27908701f66 24399:9bdaf273c0ff
30 typedef struct _MsnSlpCall MsnSlpCall; 30 typedef struct _MsnSlpCall MsnSlpCall;
31 31
32 #include "slplink.h" 32 #include "slplink.h"
33 33
34 /* The official client seems to timeout slp calls after 5 minutes */ 34 /* The official client seems to timeout slp calls after 5 minutes */
35 #define MSN_SLPCALL_TIMEOUT 300000 35 #define MSN_SLPCALL_TIMEOUT 300
36 36
37 typedef enum 37 typedef enum
38 { 38 {
39 MSN_SLPCALL_ANY, 39 MSN_SLPCALL_ANY,
40 MSN_SLPCALL_DC, 40 MSN_SLPCALL_DC,