9 lines
144 B
C
9 lines
144 B
C
|
|
#ifndef __PAGE_FILE_H
|
|
#define __PAGE_FILE_H
|
|
|
|
#include <stasis/pageHandle.h>
|
|
|
|
stasis_page_handle_t* openPageFile();
|
|
|
|
#endif /* __PAGE_FILE_H */
|