comparison libpurple/protocols/msn/slpmsg.h @ 28236:43448eca27d9

Remove another unused variable
author Mark Doliner <mark@kingant.net>
date Thu, 13 Aug 2009 01:24:59 +0000
parents 315796fe4e88
children 59b0c556f787
comparison
equal deleted inserted replaced
28235:315796fe4e88 28236:43448eca27d9
48 long session_id; 48 long session_id;
49 long id; 49 long id;
50 long ack_id; 50 long ack_id;
51 long ack_sub_id; 51 long ack_sub_id;
52 long long ack_size; 52 long long ack_size;
53 long app_id;
54 53
55 gboolean sip; /**< A flag that states if this is a SIP slp message. */ 54 gboolean sip; /**< A flag that states if this is a SIP slp message. */
56 long flags; 55 long flags;
57 56
58 FILE *fp; 57 FILE *fp;