X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fprt.h;h=4c80085bdc4b1cc6c1ee6428ed6f6cb9ba25db5c;hp=bf590a8d8f5b9e0bceee7e52024e47e38368fd60;hb=20183db4fcbb8161529ee557ead6789ae2097ae0;hpb=63cafe41a93427118959a74201b3e331169a71d9 diff --git a/include/prt.h b/include/prt.h index bf590a8..4c80085 100644 --- a/include/prt.h +++ b/include/prt.h @@ -41,7 +41,6 @@ int ber_any(ODR o, Odr_any **p); 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); 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); @@ -50,5 +49,6 @@ int odr_dumpBER(FILE *f, char *buf, int len); void odr_choice_bias(ODR o, int what); int odr_total(ODR o); char *odr_errmsg(int n); +Odr_oid *odr_getoidbystr(ODR o, char *str); #endif