Smallish
[yaz-moved-to-github.git] / asn / diagbib1.c
index 3e02d93..e914600 100644 (file)
@@ -4,7 +4,10 @@
  * Sebastian Hammer, Adam Dickmeiss
  *
  * $Log: diagbib1.c,v $
- * Revision 1.3  1995-09-27 15:02:39  quinn
+ * Revision 1.4  1995-09-29 17:11:52  quinn
+ * Smallish
+ *
+ * Revision 1.3  1995/09/27  15:02:39  quinn
  * Modified function heads & prototypes.
  *
  * Revision 1.2  1995/05/16  08:50:21  quinn
@@ -94,7 +97,7 @@ struct {
 { 0, NULL} 
 };
 
-const char MDF *diagbib1_str (int code)
+const char *diagbib1_str (int code)
 {
     int i;
     for (i=0; msg_tab[i].msg; i++)