comparison src/protocols/msn/msg.h @ 6786:8efafdc38718

[gaim-migrate @ 7325] It won't work yet, but this is part of the framework for the MSN User Display image stuff. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 07 Sep 2003 22:35:00 +0000
parents b7e113a59b51
children 8f228a7d5076
comparison
equal deleted inserted replaced
6785:eb8f949095a5 6786:8efafdc38718
22 #ifndef _MSN_MSG_H_ 22 #ifndef _MSN_MSG_H_
23 #define _MSN_MSG_H_ 23 #define _MSN_MSG_H_
24 24
25 typedef struct _MsnMessage MsnMessage; 25 typedef struct _MsnMessage MsnMessage;
26 26
27 #include "msnslp.h"
28 #include "session.h" 27 #include "session.h"
29 #include "user.h" 28 #include "user.h"
29
30 typedef struct
31 {
32 long session_id;
33 long id;
34 long offset;
35 long total_size;
36 long length;
37 long flags;
38 long ack_session_id;
39 long ack_unique_id;
40 long ack_length;
41
42 } MsnSlpHeader;
43
44 typedef struct
45 {
46 long app_id;
47
48 } MsnSlpFooter;
30 49
31 /** 50 /**
32 * A message. 51 * A message.
33 */ 52 */
34 struct _MsnMessage 53 struct _MsnMessage