Rev 3093 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3093 | Rev 3108 | ||
|---|---|---|---|
| Line 36... | Line 36... | ||
| 36 | #include <assert.h> |
36 | #include <assert.h> |
| 37 | #include <errno.h> |
37 | #include <errno.h> |
| 38 | #include <sys/types.h> |
38 | #include <sys/types.h> |
| 39 | #include <udebug.h> |
39 | #include <udebug.h> |
| 40 | 40 | ||
| 41 | #include "../../../main.h" |
41 | #include "../../main.h" |
| 42 | #include "../../../cons.h" |
42 | #include "../../cons.h" |
| 43 | #include "../include/bstore.h" |
43 | #include "bstore.h" |
| 44 | 44 | ||
| 45 | void bstore_initialize(bstore_t *bs) |
45 | void bstore_initialize(bstore_t *bs) |
| 46 | { |
46 | { |
| 47 | bs->valid = false; |
47 | bs->valid = false; |
| 48 | } |
48 | } |