X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=index%2Frecindxp.h;h=578577d6541afaff3186efefd3e01d633ffd6dd9;hb=5a8a42bede922e70156e7b289db071592c71529b;hp=d98729efb328ffa38ea8d957b761c7ae52c6c48d;hpb=dd64666c00d90d263089e65f2662ddb0312dd7a1;p=idzebra-moved-to-github.git diff --git a/index/recindxp.h b/index/recindxp.h index d98729e..578577d 100644 --- a/index/recindxp.h +++ b/index/recindxp.h @@ -1,6 +1,6 @@ -/* $Id: recindxp.h,v 1.15 2004-08-09 09:06:13 adam Exp $ - Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004 - Index Data Aps +/* $Id: recindxp.h,v 1.21 2007-01-15 20:08:25 adam Exp $ + Copyright (C) 1995-2007 + Index Data ApS This file is part of the Zebra server. @@ -15,14 +15,14 @@ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with Zebra; see the file LICENSE.zebra. If not, write to the -Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ #include "recindex.h" -#include +#include YAZ_BEGIN_CDECL @@ -80,4 +80,14 @@ struct record_index_entry { int size; /* size of record or 0 if free entry */ }; +Record rec_cp(Record rec); + YAZ_END_CDECL +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +