X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fprt.h;h=977bec964d76979f0b9ddabc4a0a7648a338f3ec;hb=72592d242326dea9e05cae90d50348a2da0c0948;hp=5276e169323319d75ae46d2db546475b61411b37;hpb=c3900ef26a3b594b58a051116954daf3470e7f03;p=yaz-moved-to-github.git diff --git a/include/prt.h b/include/prt.h index 5276e16..977bec9 100644 --- a/include/prt.h +++ b/include/prt.h @@ -42,3 +42,4 @@ 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); +void odr_choice_bias(ODR o, int what);