5 lines
222 B
C
5 lines
222 B
C
#ifndef STASIS_BUFFERMANAGER_BUFFERHASH_H
|
|
#define STASIS_BUFFERMANAGER_BUFFERHASH_H
|
|
#include <stasis/pageHandle.h>
|
|
void stasis_buffer_manager_hash_open(stasis_page_handle_t* ph);
|
|
#endif //STASIS_BUFFERMANAGER_BUFFERHASH_H
|