Adding ASN.1 protocol to chat cleaner server.

This commit is contained in:
lotodore
2009-08-14 21:18:28 +00:00
parent 1595da68d9
commit 459d7ed574
7 changed files with 136 additions and 14 deletions
+4 -1
View File
@@ -21,7 +21,10 @@
#ifndef _INTERNALCHATCLEANERPACKET_H_
#define _INTERNALCHATCLEANERPACKET_H_
#include <third_party/asn1/ChatCleanerMessage.h>
#define CLEANER_PROTOCOL_VERSION 1
#define MAX_CLEANER_PACKET_SIZE 384
typedef struct ChatCleanerMessage ChatCleanerMessage_t;
class InternalChatCleanerPacket
{