X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=ztest%2Fread-grs.c;h=f1f40f3af7b7d41e4d346f7d6062b25554dad5b8;hp=1821de5bac0b86f55c3e1a09267f9a7b8dc754bf;hb=3a3c0ef92f785ff123069ea51ba0f8711b23dbf7;hpb=8d691989077a0addcbd840d769dce6700f3d9622 diff --git a/ztest/read-grs.c b/ztest/read-grs.c index 1821de5..f1f40f3 100644 --- a/ztest/read-grs.c +++ b/ztest/read-grs.c @@ -1,12 +1,10 @@ -/* - * Copyright (C) 1995-2007, Index Data ApS +/* This file is part of the YAZ toolkit. + * Copyright (C) 1995-2008 Index Data * See the file LICENSE for details. - * - * $Id: read-grs.c,v 1.14 2007-01-03 08:42:18 adam Exp $ */ -/* - * Little toy-thing to read a GRS-1 records from a file. +/** \file + * \brief Little toy-thing to read GRS-1 records from a file. */ #include @@ -16,6 +14,8 @@ #include #include +#include "ztest.h" + #define GRS_MAX_FIELDS 50 static Z_GenericRecord *read_grs1(FILE *f, ODR o)