diff options
Diffstat (limited to 'gatchat/ringbuffer.h')
-rw-r--r-- | gatchat/ringbuffer.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gatchat/ringbuffer.h b/gatchat/ringbuffer.h index 486c182d..f1bf3b8d 100644 --- a/gatchat/ringbuffer.h +++ b/gatchat/ringbuffer.h @@ -19,12 +19,7 @@ * */ -struct ring_buffer { - unsigned char *buffer; - unsigned int size; - unsigned int in; - unsigned int out; -}; +struct ring_buffer; /*! * Creates a new ring buffer with capacity size |