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