X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=recctrl%2Frecgrs.h;h=4fda9f10ea9134983e9dfdb62a97f8f25892d730;hb=f578ebbcfe51125d91358a98a79ab8411f38933f;hp=f5494bce9f813e9fa744eddeb9bc96f802818180;hpb=9b426aeb9256cef844693c13f38aba4b10f7056d;p=idzebra-moved-to-github.git diff --git a/recctrl/recgrs.h b/recctrl/recgrs.h index f5494bc..4fda9f1 100644 --- a/recctrl/recgrs.h +++ b/recctrl/recgrs.h @@ -1,28 +1,40 @@ -/* - * Copyright (C) 1994-1995, Index Data I/S - * All rights reserved. - * Sebastian Hammer, Adam Dickmeiss - * - * $Log: recgrs.h,v $ - * Revision 1.2 1997-04-30 08:56:08 quinn - * null - * - * Revision 1.1 1996/10/11 10:57:26 adam - * New module recctrl. Used to manage records (extract/retrieval). - * - * Revision 1.1 1995/11/01 13:58:28 quinn - * Moving data1 to yaz/retrieval - * - * Revision 1.1 1995/09/15 14:41:47 quinn - * GRS1 work - * - * - */ +/* $Id: recgrs.h,v 1.5 2002-08-02 19:26:56 adam Exp $ + Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002 + Index Data Aps + +This file is part of the Zebra server. + +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 +Software Foundation; either version 2, or (at your option) any later +version. + +Zebra is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +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. +*/ + + #ifndef RECGRS_H #define RECGRS_H #include +#ifdef __cplusplus +extern "C" { +#endif + extern RecType recTypeGrs; + +#ifdef __cplusplus +} +#endif + #endif