X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fprt.h;h=fd7dc734f9eb6f2c097137b0a48d69b8c6c98e8f;hb=a4b3ddd8ad754b42454c7a18fdb3ef61f7bd580d;hp=4c80085bdc4b1cc6c1ee6428ed6f6cb9ba25db5c;hpb=20183db4fcbb8161529ee557ead6789ae2097ae0;p=yaz-moved-to-github.git diff --git a/include/prt.h b/include/prt.h index 4c80085..fd7dc73 100644 --- a/include/prt.h +++ b/include/prt.h @@ -50,5 +50,7 @@ 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); #endif