X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=recctrl%2Fgrsread.h;h=0a3e23a21d681929fc7396185478e9e56a44ec1d;hb=c5f0a119be3ef4af84d7c7f5c028418cc8073d8a;hp=c7c4ad17e6666d193ddf231c623736c2eb995069;hpb=896c0427df9d8eff5de6a1735dcd992e067df844;p=idzebra-moved-to-github.git diff --git a/recctrl/grsread.h b/recctrl/grsread.h index c7c4ad1..0a3e23a 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.13 2003-08-21 10:29:00 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,9 @@ 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; #ifdef __cplusplus }