cpw.masca.p2p: 83f1948e: Compile.

masca at cpw.pidgin.im masca at cpw.pidgin.im
Tue Jan 4 01:51:23 EST 2011


----------------------------------------------------------------------
Revision: 83f1948ed6996728c1c63d9ab3c896dfd399b808
Parent:   7678653c5904d1523c2424135d489153eaa7c346
Author:   masca at cpw.pidgin.im
Date:     01/03/11 23:29:36
Branch:   im.pidgin.cpw.masca.p2p
URL: http://d.pidgin.im/viewmtn/revision/info/83f1948ed6996728c1c63d9ab3c896dfd399b808

Changelog: 

Compile.

Changes against parent 7678653c5904d1523c2424135d489153eaa7c346

  patched  libpurple/protocols/msn/p2p.h

-------------- next part --------------
============================================================
--- libpurple/protocols/msn/p2p.h	7146f8b4eada8136ee000f9e2c65a6513272f6c7
+++ libpurple/protocols/msn/p2p.h	dc297f764da63dd9885fa7e4e5853304dfa04faf
@@ -57,30 +57,30 @@ typedef enum
 
 typedef enum
 {
-	OP_NONE		= 0x00; 		/**< None, Nothing required. */
-	OP_SYN		= 0x01; 		/**< SYN, just like TCP. */
-	OP_RAK 		= 0x02; 		/**< Request for Ack. */
-} OpCode
+	OP_NONE		= 0x00, 		/**< None, Nothing required. */
+	OP_SYN		= 0x01, 		/**< SYN, just like TCP. */
+	OP_RAK 		= 0x02 		/**< Request for Ack. */
+} OpCode;
 
 typedef enum
 {
-	TF_FIRST 	= 0x01; 	/**< The first package. */
-	TF_OBJ 		= 0x04; 	/**< Payload contains binary data for MsnObject. */
-	TF_FILE 	= 0x06; 	/**< Payload contains binary data. */
+	TF_FIRST 	= 0x01, 	/**< The first package. */
+	TF_OBJ 		= 0x04, 	/**< Payload contains binary data for MsnObject. */
+	TF_FILE 	= 0x06 	/**< Payload contains binary data. */
 } TF;
 
 typedef enum
 {
-	TLP_PEER_INFO 	= 0x01; 	/**< Client peer info */
-	TLP_ACK 		= 0x02; 	/**< ACK */
-	TLP_NAK 		= 0x03; 	/**< NAK */
+	TLP_PEER_INFO 	= 0x01, 	/**< Client peer info */
+	TLP_ACK 		= 0x02, 	/**< ACK */
+	TLP_NAK 		= 0x03 	/**< NAK */
 } TLP;
 
 typedef enum
 {
-	TLP_LEN_PEER_INFO 	= 12;
-	TLP_LEN_ACK 		= 4;
-	TLP_LEN_NAK 		= 4;
+	TLP_LEN_PEER_INFO 	= 12,
+	TLP_LEN_ACK 		= 4,
+	TLP_LEN_NAK 		= 4
 } TLPLength;
 
 #define DLP_REMAINING 0x01; 	/**< Indicates the remaining data to transfer.*/


More information about the Commits mailing list