X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=include%2Fidzebra%2Fisams.h;h=65b35af001a83501a7fa419cbe524f63fb6d7f56;hp=f811c30dc9b185e641639dfd286e796e6dc58da8;hb=ecb3935e78cd9bcfdebafdee0834cfb1060d7b5e;hpb=6c9fcd3b5d3108702fa1ffc92dab4ab6060f9a19 diff --git a/include/idzebra/isams.h b/include/idzebra/isams.h index f811c30..65b35af 100644 --- a/include/idzebra/isams.h +++ b/include/idzebra/isams.h @@ -1,4 +1,4 @@ -/* $Id: isams.h,v 1.2 2005-01-15 19:38:24 adam Exp $ +/* $Id: isams.h,v 1.4 2006-05-10 08:13:20 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -31,7 +31,6 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA YAZ_BEGIN_CDECL typedef struct ISAMS_s *ISAMS; -typedef ISAMC_P ISAMS_P; typedef struct ISAMS_PP_s *ISAMS_PP; typedef struct ISAMS_M_s { @@ -54,8 +53,8 @@ void isams_getmethod (ISAMS_M *me); ISAMS isams_open (BFiles bfs, const char *name, int writeflag, ISAMS_M *method); int isams_close (ISAMS is); -ISAMS_P isams_merge (ISAMS is, ISAMS_I data); -ISAMS_PP isams_pp_open (ISAMS is, ISAMS_P pos); +ISAM_P isams_merge (ISAMS is, ISAMS_I data); +ISAMS_PP isams_pp_open (ISAMS is, ISAM_P pos); void isams_pp_close (ISAMS_PP pp); int isams_read_item (ISAMS_PP pp, char **dst); int isams_pp_read (ISAMS_PP pp, void *buf); @@ -64,3 +63,11 @@ int isams_pp_num (ISAMS_PP pp); YAZ_END_CDECL #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +