X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fisam.h;fp=include%2Fisam.h;h=2051bf594e77ffbc26112130bf392db1eb413683;hb=c9c9df90cf9d66e46b177e62a4402a9def633634;hp=4febc1742f53cf5672bb20929e0aa6ade88d97b0;hpb=60603b577514c9e6559d37e11b4ce3aa26e51be3;p=idzebra-moved-to-github.git diff --git a/include/isam.h b/include/isam.h index 4febc17..2051bf5 100644 --- a/include/isam.h +++ b/include/isam.h @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: isam.h,v $ - * Revision 1.8 1994-09-28 12:56:09 quinn + * Revision 1.9 1994-09-28 16:58:26 quinn + * Small mod. + * + * Revision 1.8 1994/09/28 12:56:09 quinn * Added access functions (ISPT) * * Revision 1.7 1994/09/28 11:56:13 quinn @@ -120,6 +123,10 @@ int is_readkey(ISPT ip, void *buf); int is_writekey(ISPT ip, const void *buf); +int is_numkeys(ISPT ip); + +void is_rewind(ISPT ip); + ISAM_P is_merge(ISAM is, ISAM_P pos, int num, char *data); #endif