diff --git a/core/cib.c b/core/cib.c index 252abbde47..b588fe671e 100644 --- a/core/cib.c +++ b/core/cib.c @@ -1,8 +1,4 @@ -typedef struct cib { - unsigned int read_count; - unsigned int write_count; - unsigned int complement; -} cib_t; +#include void cib_init(cib_t *cib, unsigned int size) { cib->read_count = 0;