X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fprt.h;h=fd7dc734f9eb6f2c097137b0a48d69b8c6c98e8f;hb=20c20b95722fee18675cb36d9474612a2251853a;hp=bb1cad9827876805385d2efa37750e8a03c145d2;hpb=d5841c7c5616c3259c78e90cbf8e5e96ebd3ab31;p=yaz-moved-to-github.git diff --git a/include/prt.h b/include/prt.h index bb1cad9..fd7dc73 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); @@ -51,5 +50,7 @@ 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); +int odr_initmember(ODR o, void *p, int size); +int odr_peektag(ODR o, int *class, int *tag, int *cons); #endif