* removed unneccessary double definition of struct
This commit is contained in:
parent
3a83ef0824
commit
3e70da172e
@ -1,8 +1,4 @@
|
||||
typedef struct cib {
|
||||
unsigned int read_count;
|
||||
unsigned int write_count;
|
||||
unsigned int complement;
|
||||
} cib_t;
|
||||
#include <cib.h>
|
||||
|
||||
void cib_init(cib_t *cib, unsigned int size) {
|
||||
cib->read_count = 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user