X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=ztest%2Fread-grs.c;h=441ee347a69c4797b9cc322bfb7a123ddf006409;hb=11bd8b21620d78c0399387a501ec2277e85a2f47;hp=ed806cfeae4059d09d599ee8cce95ed8a2bfc7ea;hpb=ee6ab2ee3a9ee1a8c65d7272ec7fba1d886f5af0;p=yaz-moved-to-github.git diff --git a/ztest/read-grs.c b/ztest/read-grs.c index ed806cf..441ee34 100644 --- a/ztest/read-grs.c +++ b/ztest/read-grs.c @@ -1,10 +1,10 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2008 Index Data + * Copyright (C) 1995-2010 Index Data * See the file LICENSE for details. */ -/* - * 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 @@ -14,6 +14,8 @@ #include #include +#include "ztest.h" + #define GRS_MAX_FIELDS 50 static Z_GenericRecord *read_grs1(FILE *f, ODR o) @@ -116,6 +118,7 @@ Z_GenericRecord *dummy_grs_record (int num, ODR o) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab