X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fprt.h;h=9d2dcd27c9200435735df6971546cd723c77ed66;hp=fd7dc734f9eb6f2c097137b0a48d69b8c6c98e8f;hb=63aea810bb0d282daf5468eca9f5aa6a5611fc2e;hpb=a7ab1771fdb372874b190308cffd3517625b6c83 diff --git a/include/prt.h b/include/prt.h index fd7dc73..9d2dcd2 100644 --- a/include/prt.h +++ b/include/prt.h @@ -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