diff --git a/os/osdep.h b/os/osdep.h index 71a7e44e3..5fe019f5f 100644 --- a/os/osdep.h +++ b/os/osdep.h @@ -124,8 +124,8 @@ typedef struct _connectionInput { typedef struct _connectionOutput { struct _connectionOutput *next; - int size; unsigned char *buf; + int size; int count; } ConnectionOutput, *ConnectionOutputPtr;