Update headers and omit CVS Ids.
[yaz-moved-to-github.git] / src / grs1disp.c
index 43a5fa5..dc5a5bd 100644 (file)
@@ -1,8 +1,6 @@
-/*
- * 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: grs1disp.c,v 1.7 2007-04-12 13:52:57 adam Exp $
  */
 
 /**
@@ -77,12 +75,12 @@ static void display_grs1(WRBUF w, Z_GenericRecord *r, int level)
         }
         else if (t->content->which == Z_ElementData_oid)
         {
-            int *ip = t->content->u.oid;
+            Odr_oid *ip = t->content->u.oid;
 
             if (ip)
             {
                 char oid_name_str[OID_STR_MAX];
-                int oclass;
+                oid_class oclass;
                 const char *oid_name 
                     = yaz_oid_to_string_buf(ip, &oclass, oid_name_str);