Added body-of-text to BIB-1 ANY and the WAIS profile
[yaz-moved-to-github.git] / include / oid.h
index 64af528..a465b75 100644 (file)
  * OF THIS SOFTWARE.
  *
  * $Log: oid.h,v $
- * Revision 1.12  1996-02-20 12:52:37  quinn
+ * Revision 1.13  1996-02-20 17:57:53  adam
+ * Added const to oid_getvalbyname.
+ *
+ * Revision 1.12  1996/02/20  12:52:37  quinn
  * Various
  *
  * Revision 1.11  1996/01/02  08:57:30  quinn
@@ -169,6 +172,6 @@ void oid_oidcpy(int *t, int *s);
 void oid_oidcat(int *t, int *s);
 int oid_oidcmp(int *o1, int *o2);
 int oid_oidlen(int *o);
-oid_value oid_getvalbyname(char *name);
+oid_value oid_getvalbyname(const char *name);
 
 #endif