Remove SSL via OpenSSL support YAZ-732
[yaz-moved-to-github.git] / src / diag-entry.c
index eda593d..050b9d3 100644 (file)
@@ -1,10 +1,17 @@
-/*
- * Copyright (C) 1995-2005, Index Data ApS
+/* This file is part of the YAZ toolkit.
+ * Copyright (C) Index Data
  * See the file LICENSE for details.
- *
- * $Id: diag-entry.c,v 1.2 2005-06-25 15:46:04 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)
@@ -18,6 +25,7 @@ const char *yaz_diag_to_str(struct yaz_diag_entry *tab, int code)
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab