X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fisam.h;h=2a7df4a1271289d899eef946353a0c180bd4233e;hb=edf09fc5529eae3e8214a432058b4c07b2b8d2f9;hp=2051bf594e77ffbc26112130bf392db1eb413683;hpb=c9c9df90cf9d66e46b177e62a4402a9def633634;p=idzebra-moved-to-github.git diff --git a/include/isam.h b/include/isam.h index 2051bf5..2a7df4a 100644 --- a/include/isam.h +++ b/include/isam.h @@ -4,7 +4,13 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: isam.h,v $ - * Revision 1.9 1994-09-28 16:58:26 quinn + * Revision 1.11 1996-10-29 13:43:44 adam + * Removed definition of SYSNO. + * + * Revision 1.10 1995/09/06 16:10:57 adam + * More work on boolean sets. + * + * Revision 1.9 1994/09/28 16:58:26 quinn * Small mod. * * Revision 1.8 1994/09/28 12:56:09 quinn @@ -45,8 +51,6 @@ #define IS_MAX_RECORD 512 #define IS_DEF_REPACK_PERCENT "30" /* how much relative change before repack */ -typedef unsigned int SYSNO; /* should be somewhere else */ - /* * Description of a blocktype (part of an isam file) */ @@ -98,7 +102,7 @@ typedef struct ispt_struct * Open isam file. */ ISAM is_open(const char *name, int (*cmp)(const void *p1, const void *p2), - int writeflag); + int writeflag, int keysize); /* * Close isam file.