X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=ztest%2Fread-marc.c;h=5f0f79ef0a589387759aade7114057197d585452;hp=afd6272342028158345d8443ce4ac5e2d88e77f4;hb=c82f99e98f3b27c06d68eac02871a9b92486a89d;hpb=c752a33d6863b028e991c09451f977a00b4028aa diff --git a/ztest/read-marc.c b/ztest/read-marc.c index afd6272..5f0f79e 100644 --- a/ztest/read-marc.c +++ b/ztest/read-marc.c @@ -1,16 +1,19 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2008 Index Data + * Copyright (C) 1995-2009 Index Data * See the file LICENSE for details. */ -/* - * Little toy-thing to read a MARC records from a fixed array. +/** \file + * \brief Little toy-thing to read MARC records from a file or fixed array. */ + #include #include #include #include +#include "ztest.h" + char *marc_records[] = { "\x30\x30\x33\x36\x36\x6E\x61\x6D\x20\x20\x32\x32\x30\x30\x31\x36" @@ -1616,6 +1619,7 @@ char *dummy_xml_record (int num, ODR odr) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab