X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fprt.h;h=5276e169323319d75ae46d2db546475b61411b37;hb=c69f4f05fce93bee043f0edd6c428dc49d75620d;hp=a47a9d9fd9ca49b84d2b866638728d03368e2b28;hpb=1110373102ed65ffcaa5384aa0514516b162c543;p=yaz-moved-to-github.git diff --git a/include/prt.h b/include/prt.h index a47a9d9..5276e16 100644 --- a/include/prt.h +++ b/include/prt.h @@ -41,3 +41,4 @@ 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); int odr_seek(ODR o, int whence, int offset); +int odr_dumpBER(FILE *f, char *buf, int len);