X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=recctrl%2Fgrsread.h;h=bc55db09a1900e2b0a55d790a0fd2ff70b2a464c;hb=4cfe6d56f17bfee774a7c1c79c7fc02b0fba9e86;hp=381cb63d46b0f437239abb5dc652bed9e55518f5;hpb=af03c4a4f5320b52c7cc5f47bab7c9ad4b3e384d;p=idzebra-moved-to-github.git diff --git a/recctrl/grsread.h b/recctrl/grsread.h index 381cb63..bc55db0 100644 --- a/recctrl/grsread.h +++ b/recctrl/grsread.h @@ -1,4 +1,4 @@ -/* $Id: grsread.h,v 1.12 2002-11-15 21:26:01 adam Exp $ +/* $Id: grsread.h,v 1.14.2.1 2005-01-16 23:13:31 adam Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002 Index Data Aps @@ -25,6 +25,8 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #ifndef GRSREAD_H #define GRSREAD_H +#include +#include #include #ifdef __cplusplus @@ -55,8 +57,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 }