X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=include%2Fidzebra%2Fisamc.h;h=facba3b0d73e778ba813297f5676876627bef326;hb=a66b7d79383ae700f3358731eecfe2aafed0e90d;hp=ec41053d4a46ad9f81a50e99428d3841a0d9aaa1;hpb=5a8a42bede922e70156e7b289db071592c71529b;p=idzebra-moved-to-github.git diff --git a/include/idzebra/isamc.h b/include/idzebra/isamc.h index ec41053..facba3b 100644 --- a/include/idzebra/isamc.h +++ b/include/idzebra/isamc.h @@ -1,8 +1,5 @@ -/* $Id: isamc.h,v 1.7 2007-01-15 20:08:24 adam Exp $ - Copyright (C) 1995-2007 - Index Data ApS - -This file is part of the Zebra server. +/* This file is part of the Zebra server. + Copyright (C) 1994-2010 Index Data Zebra is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -58,37 +55,37 @@ typedef struct ISAMC_I_s { } ISAMC_I; YAZ_EXPORT -void isamc_getmethod (ISAMC_M *m); +void isamc_getmethod(ISAMC_M *m); YAZ_EXPORT -ISAMC isamc_open (BFiles bfs, const char *name, int writeflag, +ISAMC isamc_open(BFiles bfs, const char *name, int writeflag, ISAMC_M *method); YAZ_EXPORT -int isamc_close (ISAMC is); +int isamc_close(ISAMC is); YAZ_EXPORT -void isamc_merge (ISAMC is, ISAM_P *pos, ISAMC_I *data); +void isamc_merge(ISAMC is, ISAM_P *pos, ISAMC_I *data); YAZ_EXPORT -ISAMC_PP isamc_pp_open (ISAMC is, ISAM_P pos); +ISAMC_PP isamc_pp_open(ISAMC is, ISAM_P pos); YAZ_EXPORT -void isamc_pp_close (ISAMC_PP pp); +void isamc_pp_close(ISAMC_PP pp); YAZ_EXPORT -int isamc_read_item (ISAMC_PP pp, char **dst); +int isamc_read_item(ISAMC_PP pp, char **dst); YAZ_EXPORT -int isamc_pp_read (ISAMC_PP pp, void *buf); +int isamc_pp_read(ISAMC_PP pp, void *buf); YAZ_EXPORT -zint isamc_pp_num (ISAMC_PP pp); +zint isamc_pp_num(ISAMC_PP pp); YAZ_EXPORT -zint isamc_block_used (ISAMC is, int type); +zint isamc_block_used(ISAMC is, int type); YAZ_EXPORT -int isamc_block_size (ISAMC is, int type); +int isamc_block_size(ISAMC is, int type); #define isamc_type(x) ((x) & 7) #define isamc_block(x) ((x) >> 3) @@ -99,6 +96,7 @@ YAZ_END_CDECL /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab