X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fprt.h;h=8fb09e92de4cdd80992c6797582b64e404c69a23;hp=8300f7a305258408a4f22ac025addb729012af9d;hb=d4081206ab9bd0ed0c97c032d264ad1e1d4a051e;hpb=54605527769927a70af506babc5d663a6caf7e64 diff --git a/include/prt.h b/include/prt.h index 8300f7a..8fb09e9 100644 --- a/include/prt.h +++ b/include/prt.h @@ -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);