Various smaller things. Gathered header-files.
[yaz-moved-to-github.git] / include / prt.h
index 4c80085..9d2dcd2 100644 (file)
@@ -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