Improved installation. Moved header files to include/yaz.
[yaz-moved-to-github.git] / odr / ber_oid.c
index 58b7637..92208d0 100644 (file)
@@ -4,7 +4,13 @@
  * Sebastian Hammer, Adam Dickmeiss
  *
  * $Log: ber_oid.c,v $
- * Revision 1.8  1995-09-27 15:02:56  quinn
+ * Revision 1.10  1999-11-30 13:47:11  adam
+ * Improved installation. Moved header files to include/yaz.
+ *
+ * Revision 1.9  1995/09/29 17:12:19  quinn
+ * Smallish
+ *
+ * Revision 1.8  1995/09/27  15:02:56  quinn
  * Modified function heads & prototypes.
  *
  * Revision 1.7  1995/05/16  08:50:47  quinn
@@ -31,9 +37,9 @@
  *
  */
 
-#include <odr.h>
+#include <yaz/odr.h>
 
-int MDF ber_oidc(ODR o, Odr_oid *p)
+int ber_oidc(ODR o, Odr_oid *p)
 {
     int len, lenp, end;
     int pos, n, res, id;