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