Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz
[yaz-moved-to-github.git] / ztest / read-grs.c
index 1821de5..4821738 100644 (file)
@@ -1,13 +1,13 @@
-/*
- * Copyright (C) 1995-2007, Index Data ApS
+/* This file is part of the YAZ toolkit.
+ * Copyright (C) 1995-2010 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.
  */
+#if HAVE_CONFIG_H
+#include <config.h>
+#endif
 
 #include <stdio.h>
 #include <ctype.h>
@@ -16,6 +16,8 @@
 #include <yaz/proto.h>
 #include <yaz/log.h>
 
+#include "ztest.h"
+
 #define GRS_MAX_FIELDS 50
 
 static Z_GenericRecord *read_grs1(FILE *f, ODR o)
@@ -118,6 +120,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