Trivial
[idzebra-moved-to-github.git] / isam / physical.h
1 /*
2  * Copyright (C) 1994, Index Data I/S 
3  * All rights reserved.
4  * Sebastian Hammer, Adam Dickmeiss
5  *
6  * $Log: physical.h,v $
7  * Revision 1.3  1994-09-26 17:11:32  quinn
8  * Trivial
9  *
10  * Revision 1.2  1994/09/26  17:06:37  quinn
11  * Back again...
12  *
13  * Revision 1.1  1994/09/26  16:07:59  quinn
14  * Most of the functionality in place.
15  *
16  */
17
18 #ifndef PHYSICAL_H
19 #define PHYSICAL_H
20
21 #include "memory.h"
22
23 void is_p_sync(is_mtable *tab);
24 void is_p_unmap(is_mtable *tab);
25 void is_p_align(is_mtable *tab);
26 void is_p_remap(is_mtable *tab);
27 int is_p_read_partial(is_mtable *tab, is_mblock *block);
28 int is_p_read_full(is_mtable *tab, is_mblock *block);
29
30 #endif