From 3248693ab32c811f109a70d653622c087977b418 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 20 Mar 1998 17:29:20 +0000 Subject: [PATCH] Include of odr_use.h in odr.h. Added prototype for odr_enum. --- include/odr.h | 6 +++++- include/prt.h | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/include/odr.h b/include/odr.h index 9af4c88..bd0356f 100644 --- a/include/odr.h +++ b/include/odr.h @@ -24,7 +24,10 @@ * OF THIS SOFTWARE. * * $Log: odr.h,v $ - * Revision 1.25 1998-02-11 11:53:33 adam + * Revision 1.26 1998-03-20 17:29:20 adam + * Include of odr_use.h in odr.h. Added prototype for odr_enum. + * + * Revision 1.25 1998/02/11 11:53:33 adam * Changed code so that it compiles as C++. * * Revision 1.24 1997/11/24 11:33:56 adam @@ -409,6 +412,7 @@ YAZ_EXPORT Odr_null *odr_nullval(void); } #endif +#include #include #include 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); -- 1.7.10.4