X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fgrs1disp.c;h=0a9df7a1cc046f91551f332ba7e256341a718f47;hp=bef6b3d7e4c862d847f8fc5c94293c95742d0802;hb=3f282496986cbae7fd4bd7f95d44bf47a2cc6874;hpb=c6e47cbbff56f39f6d81b079ebaeac41d793d4d9 diff --git a/src/grs1disp.c b/src/grs1disp.c index bef6b3d..0a9df7a 100644 --- a/src/grs1disp.c +++ b/src/grs1disp.c @@ -1,8 +1,13 @@ /* - * Copyright (c) 2002, Index Data. + * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: grs1disp.c,v 1.1 2003-10-27 12:21:30 adam Exp $ + * $Id: grs1disp.c,v 1.4 2005-06-25 15:46:04 adam Exp $ + */ + +/** + * \file grs1disp.c + * \brief Implements display of GRS-1 records */ #include @@ -115,3 +120,11 @@ void yaz_display_grs1(WRBUF wrbuf, Z_GenericRecord *r, int flags) display_grs1 (wrbuf, r, 0); } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +