Changed include/yaz/diagbib1.h and added include/yaz/diagsrw.h with
[yaz-moved-to-github.git] / src / odr_enum.c
index 45710f6..20e10d9 100644 (file)
@@ -1,9 +1,12 @@
 /*
- * Copyright (c) 1995-2003, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
- * Sebastian Hammer, Adam Dickmeiss
  *
- * $Id: odr_enum.c,v 1.1 2003-10-27 12:21:33 adam Exp $
+ * $Id: odr_enum.c,v 1.4 2005-01-15 19:47:14 adam Exp $
+ */
+/**
+ * \file odr_enum.c
+ * \brief Implements ODR ENUM codec
  */
 #if HAVE_CONFIG_H
 #include <config.h>
@@ -33,7 +36,7 @@ int odr_enum(ODR o, int **p, int opt, const char *name)
     if (o->direction == ODR_PRINT)
     {
        odr_prname(o, name);
-        fprintf(o->print, "%d\n", **p);
+        odr_printf(o, "%d\n", **p);
         return 1;
     }
     if (cons)