comparison src/protocols/msn/slpmsg.h @ 11164:93663df88ec4

[gaim-migrate @ 13265] Get rid of the last of the gcc4 warnings in MSN. Rooaarrrrr committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 29 Jul 2005 01:38:12 +0000
parents 2e01c503aa4f
children 95fa774d216d
comparison
equal deleted inserted replaced
11163:4cf257598691 11164:93663df88ec4
55 gboolean sip; /**< A flag that states if this is a SIP slp message. */ 55 gboolean sip; /**< A flag that states if this is a SIP slp message. */
56 int ref_count; /**< The reference count. */ 56 int ref_count; /**< The reference count. */
57 long flags; 57 long flags;
58 58
59 FILE *fp; 59 FILE *fp;
60 char *buffer; 60 guchar *buffer;
61 long long offset; 61 long long offset;
62 long long size; 62 long long size;
63 63
64 GList *msgs; /**< The real messages. */ 64 GList *msgs; /**< The real messages. */
65 65