X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fisam.h;h=c667175c4d53241b5ec7e6f56905dc13c8f94c7d;hb=b9093505b17a074e79137ed64595c8269f77d330;hp=fc4ebb9001a8d60fac581643b05ff048773be235;hpb=5f8ba9f35bd3c9aeafe26613021f2edd141b8611;p=idzebra-moved-to-github.git diff --git a/include/isam.h b/include/isam.h index fc4ebb9..c667175 100644 --- a/include/isam.h +++ b/include/isam.h @@ -4,7 +4,11 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: isam.h,v $ - * Revision 1.12 1997-09-05 15:30:00 adam + * Revision 1.13 1997-09-17 12:19:09 adam + * Zebra version corresponds to YAZ version 1.4. + * Changed Zebra server so that it doesn't depend on global common_resource. + * + * Revision 1.12 1997/09/05 15:30:00 adam * Changed prototype for chr_map_input - added const. * Added support for C++, headers uses extern "C" for public definitions. * @@ -46,6 +50,7 @@ #ifndef ISAM_H #define ISAM_H +#include #include #include "../isam/memory.h" @@ -109,8 +114,9 @@ typedef struct ispt_struct /* * Open isam file. */ -ISAM is_open(const char *name, int (*cmp)(const void *p1, const void *p2), - int writeflag, int keysize); +ISAM is_open(BFiles bfs, const char *name, + int (*cmp)(const void *p1, const void *p2), + int writeflag, int keysize, Res res); /* * Close isam file.