Implemented yaz_iconv to support conversion to MARC-8
[yaz-moved-to-github.git] / src / diag-entry.c
index eda593d..98b07b8 100644 (file)
@@ -1,10 +1,19 @@
 /*
- * Copyright (C) 1995-2005, Index Data ApS
+ * Copyright (C) 1995-2006, Index Data ApS
  * See the file LICENSE for details.
  *
- * $Id: diag-entry.c,v 1.2 2005-06-25 15:46:04 adam Exp $
+ * $Id: diag-entry.c,v 1.3 2006-04-19 23:15:39 adam Exp $
  */
 
+/**
+ * \file diag-entry.c
+ * \brief Diagnostic table lookup
+ */
+
+#if HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include "diag-entry.h"
 
 const char *yaz_diag_to_str(struct yaz_diag_entry *tab, int code)