X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fisam.h;h=4febc1742f53cf5672bb20929e0aa6ade88d97b0;hb=5b403723fdd074e1b510aa4fbe1e2685fda156e3;hp=2ad05eed4af254f4f8ace98323df63c9449169e3;hpb=c2bc863fadfe038670d50483df9a3e80562108a5;p=idzebra-moved-to-github.git diff --git a/include/isam.h b/include/isam.h index 2ad05ee..4febc17 100644 --- a/include/isam.h +++ b/include/isam.h @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: isam.h,v $ - * Revision 1.7 1994-09-28 11:56:13 quinn + * Revision 1.8 1994-09-28 12:56:09 quinn + * Added access functions (ISPT) + * + * Revision 1.7 1994/09/28 11:56:13 quinn * Removed const from input to is_merge * * Revision 1.6 1994/09/28 11:29:28 quinn @@ -74,7 +77,7 @@ typedef struct isam_struct typedef struct ispt_struct { - struct is_mtable *tab; + struct is_mtable tab; struct ispt_struct *next; /* freelist */ } ispt_struct, *ISPT;