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