diff --git a/os/osdep.h b/os/osdep.h index fff088701..587bd0359 100644 --- a/os/osdep.h +++ b/os/osdep.h @@ -119,8 +119,8 @@ typedef struct _connectionInput { typedef struct _connectionOutput { struct _connectionOutput *next; - int size; unsigned char *buf; + int size; int count; } ConnectionOutput, *ConnectionOutputPtr;