X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fisam.h;h=9ecc3190cc2df72ef23ebb48d398504f89b0e7c9;hb=43e51e6fd8d1e10b5d5b6d62de8da6ec833f806c;hp=fc4ebb9001a8d60fac581643b05ff048773be235;hpb=c0c85097014e5b007075ab71d9b5bee412e28dd5;p=idzebra-moved-to-github.git diff --git a/include/isam.h b/include/isam.h index fc4ebb9..9ecc319 100644 --- a/include/isam.h +++ b/include/isam.h @@ -1,10 +1,17 @@ /* - * Copyright (C) 1994-1997, Index Data I/S + * Copyright (C) 1994-1999, Index Data * All rights reserved. * Sebastian Hammer, Adam Dickmeiss * * $Log: isam.h,v $ - * Revision 1.12 1997-09-05 15:30:00 adam + * Revision 1.14 1999-02-02 14:50:34 adam + * Updated WIN32 code specific sections. Changed header. + * + * 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 +53,7 @@ #ifndef ISAM_H #define ISAM_H +#include #include #include "../isam/memory.h" @@ -109,8 +117,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.