* removed unneccessary double definition of struct

This commit is contained in:
Kaspar Schleiser 2010-11-26 15:12:47 +01:00
parent 3a83ef0824
commit 3e70da172e

View File

@ -1,8 +1,4 @@
typedef struct cib { #include <cib.h>
unsigned int read_count;
unsigned int write_count;
unsigned int complement;
} cib_t;
void cib_init(cib_t *cib, unsigned int size) { void cib_init(cib_t *cib, unsigned int size) {
cib->read_count = 0; cib->read_count = 0;