X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=include%2Fprt.h;h=9d2dcd27c9200435735df6971546cd723c77ed66;hb=63aea810bb0d282daf5468eca9f5aa6a5611fc2e;hp=4c80085bdc4b1cc6c1ee6428ed6f6cb9ba25db5c;hpb=20183db4fcbb8161529ee557ead6789ae2097ae0;p=yaz-moved-to-github.git diff --git a/include/prt.h b/include/prt.h index 4c80085..9d2dcd2 100644 --- a/include/prt.h +++ b/include/prt.h @@ -50,5 +50,8 @@ void odr_choice_bias(ODR o, int what); int odr_total(ODR o); char *odr_errmsg(int n); Odr_oid *odr_getoidbystr(ODR o, char *str); +int odr_initmember(ODR o, void *p, int size); +int odr_peektag(ODR o, int *class, int *tag, int *cons); +void odr_setlenlen(ODR o, int len); #endif