Moved oid from odr/asn to util.
[yaz-moved-to-github.git] / include / prt.h
index 4f13dc9..8fb09e9 100644 (file)
@@ -12,8 +12,8 @@ int odr_implicit(ODR o, int (*type)(ODR o, void *p, int opt), void *p,
 int ber_enclen(ODR o, int len, int lenlen, int exact);
 int ber_declen(unsigned char *buf, int *len);
 char *odr_indent(ODR o);
-int ber_null(ODR o, int *val);
-int odr_null(ODR o, int **p, int opt);
+int ber_null(ODR o);
+int odr_null(ODR o, Odr_null **p, int opt);
 int ber_integer(ODR o, int *val);
 int odr_constructed_begin(ODR o, void *p, int class, int tag);
 int odr_constructed_end(ODR o);
@@ -37,10 +37,6 @@ int completeBER(unsigned char *buf, int len);
 void odr_begin(ODR o);
 void odr_end(ODR o);
 void odr_release_mem(struct odr_memblock *p);
-void odr_oidcpy(Odr_oid *t, Odr_oid *s);
-void odr_oidcat(Odr_oid *t, Odr_oid *s);
-int odr_oidcmp(Odr_oid *o1, Odr_oid *o2);
-int odr_oidlen(Odr_oid *o);
 Odr_oid *odr_oiddup(ODR odr, Odr_oid *o);
 int odr_grow_block(odr_ecblock *b, int min_bytes);
 int odr_write(ODR o, unsigned char *buf, int bytes);