X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Frsm_or.h;h=08d07322cec81eb62726f2163ec98cb8e5dcc2ab;hb=da1267b22edd9e3be497ce84b9734a0c870defdd;hp=bdf2de52df3e76d76cb7399cce19cd1be6179cdc;hpb=896c0427df9d8eff5de6a1735dcd992e067df844;p=idzebra-moved-to-github.git diff --git a/include/rsm_or.h b/include/rsm_or.h index bdf2de5..08d0732 100644 --- a/include/rsm_or.h +++ b/include/rsm_or.h @@ -1,5 +1,5 @@ -/* $Id: rsm_or.h,v 1.6 2002-08-02 19:26:55 adam Exp $ - Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002 +/* $Id: rsm_or.h,v 1.8 2004-08-20 14:44:45 heikki Exp $ + Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004 Index Data Aps This file is part of the Zebra server. @@ -27,9 +27,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include -#ifdef __cplusplus -extern "C" { -#endif +YAZ_BEGIN_CDECL extern const struct rset_control *rset_kind_m_or; @@ -39,15 +37,12 @@ typedef struct rset_m_or_parms int (*cmp)(const void *p1, const void *p2); ISAMC isc; - ISAM_P *isam_positions; - RSET_TERM rset_term; + ISAMC_P *isam_positions; int no_isam_positions; int no_save_positions; } rset_m_or_parms; -#ifdef __cplusplus -} -#endif +YAZ_END_CDECL #endif