X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=include%2Fidzebra%2Fisams.h;h=8f85bf0763c185d72b4db1021863abd4a88b3c66;hp=f811c30dc9b185e641639dfd286e796e6dc58da8;hb=ecf94fc25324414287d3bbfbeba4440e558edd17;hpb=9bc03f3bb7b1f86ab509082cfc0791f6d0f823a8 diff --git a/include/idzebra/isams.h b/include/idzebra/isams.h index f811c30..8f85bf0 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.3 2005-04-13 13:03:47 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);