Smallish
[yaz-moved-to-github.git] / asn / prt-rsc.c
index efec5e4..a7466f8 100644 (file)
@@ -4,7 +4,10 @@
  * Sebastian Hammer, Adam Dickmeiss
  *
  * $Log: prt-rsc.c,v $
- * Revision 1.4  1995-09-27 15:02:43  quinn
+ * Revision 1.5  1995-09-29 17:11:55  quinn
+ * Smallish
+ *
+ * Revision 1.4  1995/09/27  15:02:43  quinn
  * Modified function heads & prototypes.
  *
  * Revision 1.3  1995/06/02  09:49:15  quinn
@@ -34,7 +37,7 @@ int z_Estimate1(ODR o, Z_Estimate1 **p, int opt)
        odr_sequence_end(o);
 }
 
-int MDF z_ResourceReport1(ODR o, Z_ResourceReport1 **p, int opt)
+int z_ResourceReport1(ODR o, Z_ResourceReport1 **p, int opt)
 {
     if (!odr_sequence_begin(o, p, sizeof(**p)))
        return opt && odr_ok(o);
@@ -61,7 +64,7 @@ int z_Estimate2(ODR o, Z_Estimate2 **p, int opt)
        odr_sequence_end(o);
 }
 
-int MDF z_ResourceReport2(ODR o, Z_ResourceReport2 **p, int opt)
+int z_ResourceReport2(ODR o, Z_ResourceReport2 **p, int opt)
 {
 if (!odr_sequence_begin(o, p, sizeof(**p)))
     return opt && odr_ok(o);