X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fisam.h;h=e38edc15c82734e2a86b97894b7a07f678185c48;hb=85df66537199c30a492ad54be4fbe25fa77e18c8;hp=2051bf594e77ffbc26112130bf392db1eb413683;hpb=c9c9df90cf9d66e46b177e62a4402a9def633634;p=idzebra-moved-to-github.git diff --git a/include/isam.h b/include/isam.h index 2051bf5..e38edc1 100644 --- a/include/isam.h +++ b/include/isam.h @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: isam.h,v $ - * Revision 1.9 1994-09-28 16:58:26 quinn + * 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 @@ -98,7 +101,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.