From 826ade8c69c69a0b25071092c674938bc297f0bf Mon Sep 17 00:00:00 2001 From: Johann Latocha Date: Wed, 22 Feb 2012 17:24:45 +0100 Subject: [ALL] Bugs, bugs, bugs... --- src/types.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/types.h') diff --git a/src/types.h b/src/types.h index 38e05f4..7c4c5e2 100644 --- a/src/types.h +++ b/src/types.h @@ -42,9 +42,6 @@ typedef struct #define CMD_GET_SIZE 2 #define CMD_GET_SERVERS 3 -#define ERROR_SIZE 1 -#define ERROR_RELOAD 2 - #pragma pack(1) typedef struct { @@ -63,7 +60,6 @@ typedef struct uint16_t cmd; // 2byte uint16_t vid; // 2byte uint16_t rid; // 2byte - uint16_t error; // 2byte uint64_t size; // 8byte char handle[8]; // 8byte } dnbd3_reply_t; -- cgit v1.2.3-55-g7522