X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fprt.h;h=ed79b419e43a68e1b499bb55034109f5717908b3;hb=142235dcf39ff59a20918e53abcf62f59fa9f2a4;hp=a380ce365725d2788e8005143b311a592ba991e7;hpb=bb28f91640a69a39e485e4c67b636fb17b3bb6af;p=yaz-moved-to-github.git diff --git a/include/prt.h b/include/prt.h index a380ce3..ed79b41 100644 --- a/include/prt.h +++ b/include/prt.h @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: prt.h,v $ - * Revision 1.23 1998-03-20 14:45:27 adam + * Revision 1.24 1998-03-20 17:29:20 adam + * Include of odr_use.h in odr.h. Added prototype for odr_enum. + * + * Revision 1.23 1998/03/20 14:45:27 adam * Implemented odr_set_of and odr_enum. * * Revision 1.22 1998/02/11 11:53:34 adam @@ -32,6 +35,7 @@ YAZ_EXPORT int ber_enctag(ODR o, int zclass, int tag, int constructed); YAZ_EXPORT int ber_dectag(unsigned char *buf, int *zclass, int *tag, int *constructed); YAZ_EXPORT int odr_bool(ODR o, int **p, int opt); YAZ_EXPORT int odr_integer(ODR o, int **p, int opt); +YAZ_EXPORT int odr_enum(ODR o, int **p, int opt); YAZ_EXPORT int odr_implicit_settag(ODR o, int zclass, int tag); YAZ_EXPORT int ber_enclen(ODR o, int len, int lenlen, int exact); YAZ_EXPORT int ber_declen(unsigned char *buf, int *len);