From fcd99f54e037cbb6b76ece61845ca1792a74882b Mon Sep 17 00:00:00 2001 From: brianb Date: Fri, 20 Dec 2002 06:18:10 +0000 Subject: [PATCH] added usage map location to mdbhandle --- include/mdbtools.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/mdbtools.h b/include/mdbtools.h index 7b24b0c..76c328a 100644 --- a/include/mdbtools.h +++ b/include/mdbtools.h @@ -120,6 +120,7 @@ typedef struct { guint16 tab_num_cols_offset; guint16 tab_num_idxs_offset; guint16 tab_num_ridxs_offset; + guint16 tab_usage_map_offset; guint16 tab_first_dpg_offset; guint16 tab_cols_start_offset; guint16 tab_ridx_entry_size;