• marko's avatar
    branches/zip: Replace most references to block->state, block->offset, · 6c8dfab1
    marko authored
    and block->space with buf_block_get_state(block), buf_block_get_page_no(block),
    and buf_block_get_space(block).
    
    enum buf_block_state: Replaces the #define'd buf_block_t.state values.
    
    buf_block_get_state(): New function.
    
    buf_block_get_frame(): Add __attribute__((const)).
    6c8dfab1
buf0buf.h 35.9 KB