X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fprt.h;h=ef516944da10c47f10d550c8b6927ed7e9d49c27;hp=9d2dcd27c9200435735df6971546cd723c77ed66;hb=7436fd1fdf0ca6d2c5c68d9cc0cd57f53d9c8e12;hpb=78909a91319d7274a6c0f896d25c909d071742aa diff --git a/include/prt.h b/include/prt.h index 9d2dcd2..ef51694 100644 --- a/include/prt.h +++ b/include/prt.h @@ -47,6 +47,7 @@ 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); +void odr_choice_enable_bias(ODR o, int mode); int odr_total(ODR o); char *odr_errmsg(int n); Odr_oid *odr_getoidbystr(ODR o, char *str);