stasis-aries-wal/stasis/bufferManager/legacy/pageFile.h

10 lines
144 B
C
Raw Normal View History

#ifndef __PAGE_FILE_H
#define __PAGE_FILE_H
#include <stasis/pageHandle.h>
stasis_page_handle_t* openPageFile();
2004-07-20 00:15:17 +00:00
#endif /* __PAGE_FILE_H */