X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fprt.h;h=fd7dc734f9eb6f2c097137b0a48d69b8c6c98e8f;hb=20c20b95722fee18675cb36d9474612a2251853a;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