2 * Copyright (C) 1994-1999, Index Data
4 * Sebastian Hammer, Adam Dickmeiss
7 * Revision 1.2 1999-02-02 14:51:25 adam
8 * Updated WIN32 code specific sections. Changed header.
10 * Revision 1.1 1994/09/26 16:08:00 quinn
11 * Most of the functionality in place.
20 typedef struct is_type_header
22 int blocksize; /* for sanity-checking */
23 int keysize; /* -do- */
24 int freelist; /* first free block */
25 int top; /* first unused block */
30 int is_rb_write(isam_blocktype *ib, is_type_header *hd);
31 int is_rb_read(isam_blocktype *ib, is_type_header *hd);