X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=recctrl%2Fgrsread.h;h=480e1dd01c42bf13dd45e318d814bfc84c313cd6;hb=9a14cd596da0fd59d38a62aa4e4535dfd89aa295;hp=c7c4ad17e6666d193ddf231c623736c2eb995069;hpb=896c0427df9d8eff5de6a1735dcd992e067df844;p=idzebra-moved-to-github.git diff --git a/recctrl/grsread.h b/recctrl/grsread.h index c7c4ad1..480e1dd 100644 --- a/recctrl/grsread.h +++ b/recctrl/grsread.h @@ -1,4 +1,4 @@ -/* $Id: grsread.h,v 1.10 2002-08-02 19:26:56 adam Exp $ +/* $Id: grsread.h,v 1.14 2004-05-21 11:58:56 adam Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002 Index Data Aps @@ -25,7 +25,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #ifndef GRSREAD_H #define GRSREAD_H -#include +#include #ifdef __cplusplus extern "C" { @@ -55,7 +55,10 @@ extern RecTypeGrs recTypeGrs_sgml; extern RecTypeGrs recTypeGrs_regx; extern RecTypeGrs recTypeGrs_tcl; extern RecTypeGrs recTypeGrs_marc; +extern RecTypeGrs recTypeGrs_marcxml; extern RecTypeGrs recTypeGrs_xml; +extern RecTypeGrs recTypeGrs_perl; +extern RecTypeGrs recTypeGrs_danbib; #ifdef __cplusplus }