X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fprt.h;h=0b45d2b2b031880f995877a80bf489d24a5fbae1;hb=9e1a8a0a598aef894f59fa8abe3ccb144a5294a8;hp=977bec964d76979f0b9ddabc4a0a7648a338f3ec;hpb=72592d242326dea9e05cae90d50348a2da0c0948;p=yaz-moved-to-github.git diff --git a/include/prt.h b/include/prt.h index 977bec9..0b45d2b 100644 --- a/include/prt.h +++ b/include/prt.h @@ -43,3 +43,4 @@ 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); +int odr_total(ODR o);