Include of odr_use.h in odr.h. Added prototype for odr_enum.
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 20 Mar 1998 17:29:20 +0000 (17:29 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 20 Mar 1998 17:29:20 +0000 (17:29 +0000)
include/odr.h
include/prt.h

index 9af4c88..bd0356f 100644 (file)
  * 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 <odr_use.h>
 #include <prt.h>
 #include <xmalloc.h>
 
index a380ce3..ed79b41 100644 (file)
@@ -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);