Added body-of-text to BIB-1 ANY and the WAIS profile
[yaz-moved-to-github.git] / include / prt.h
index 4c80085..fd7dc73 100644 (file)
@@ -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