Use oid_class rather than int for OID class.
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 30 Nov 2007 11:42:04 +0000 (11:42 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 30 Nov 2007 11:42:04 +0000 (11:42 +0000)
commitcf30376bd9e43ad653c6292f275ee4dd10b70a6c
tree3eef2012afad6906be631eab244adc49d2e19507
parent03ce460f7ed624f0c36274cee763eb86fb2ace88
Use oid_class rather than int for OID class.

Changed oclass parameter for yaz_oid_add function from type int to
enum oid_class. This should not break binary compatibility.
Changed oid member in struct yaz_oid_entry to enum oid_class.
include/yaz/oid_db.h
src/oid_db.c