X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fprt.h;h=fd7dc734f9eb6f2c097137b0a48d69b8c6c98e8f;hp=61582757cc796911adab1cd3a2805d895b5e70f7;hb=297a057b70eb2747f46b5fe216984394cde6ea8b;hpb=f1bb2364c333c161a8197785e51348c70f31ca6b diff --git a/include/prt.h b/include/prt.h index 6158275..fd7dc73 100644 --- a/include/prt.h +++ b/include/prt.h @@ -51,5 +51,6 @@ 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