Back again...
[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.2  1994-09-26 17:06:37  quinn
8  * Back again...
9  *
10  * Revision 1.1  1994/09/26  16:07:59  quinn
11  * Most of the functionality in place.
12  *
13  */
14
15 #ifndef PHYSICAL_H
16 #define PHYSICAL_H
17
18 #include <ismemory.h>
19
20 void is_p_sync(is_mtable *tab);
21 void is_p_unmap(is_mtable *tab);
22 void is_p_align(is_mtable *tab);
23 void is_p_remap(is_mtable *tab);
24 int is_p_read_partial(is_mtable *tab, is_mblock *block);
25 int is_p_read_full(is_mtable *tab, is_mblock *block);
26
27 #endif