X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=recctrl%2Frecgrs.h;h=4fda9f10ea9134983e9dfdb62a97f8f25892d730;hb=2e4e9c6def27f1e1463dcb6f205fab6a98054f38;hp=d9a76c4c1835adf90642bbe13d3d6ec55b797a76;hpb=3c5f6226f97612c0d6ac40591f600587c5ffa858;p=idzebra-moved-to-github.git diff --git a/recctrl/recgrs.h b/recctrl/recgrs.h index d9a76c4..4fda9f1 100644 --- a/recctrl/recgrs.h +++ b/recctrl/recgrs.h @@ -1,31 +1,40 @@ -/* - * Copyright (C) 1994-1999, Index Data - * All rights reserved. - * Sebastian Hammer, Adam Dickmeiss - * - * $Log: recgrs.h,v $ - * Revision 1.3 1999-02-02 14:51:29 adam - * Updated WIN32 code specific sections. Changed header. - * - * 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