diff 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
line wrap: on
line diff
--- a/src/protocols/msn/msg.h	Sun Sep 07 22:06:55 2003 +0000
+++ b/src/protocols/msn/msg.h	Sun Sep 07 22:35:00 2003 +0000
@@ -24,10 +24,29 @@
 
 typedef struct _MsnMessage MsnMessage;
 
-#include "msnslp.h"
 #include "session.h"
 #include "user.h"
 
+typedef struct
+{
+	long session_id;
+	long id;
+	long offset;
+	long total_size;
+	long length;
+	long flags;
+	long ack_session_id;
+	long ack_unique_id;
+	long ack_length;
+
+} MsnSlpHeader;
+
+typedef struct
+{
+	long app_id;
+
+} MsnSlpFooter;
+
 /**
  * A message.
  */