diff options
Diffstat (limited to 'os')
-rw-r--r-- | os/osdep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/osdep.h b/os/osdep.h index 3f774c2ac..70e2a0726 100644 --- a/os/osdep.h +++ b/os/osdep.h @@ -120,8 +120,8 @@ typedef struct _connectionInput { typedef struct _connectionOutput { struct _connectionOutput *next; - unsigned char *buf; int size; + unsigned char *buf; int count; } ConnectionOutput, *ConnectionOutputPtr; |