changed output to be non-cascarding when using -n switch
[yaz-moved-to-github.git] / src / diag-entry.h
index e8a3508..afc9b25 100644 (file)
@@ -1,8 +1,13 @@
 /*
- * Copyright (C) 1995-2005, Index Data ApS
+ * Copyright (C) 1995-2007, Index Data ApS
  * See the file LICENSE for details.
  *
- * $Id: diag-entry.h,v 1.1 2005-04-22 08:27:58 adam Exp $
+ * $Id: diag-entry.h,v 1.4 2007-01-03 08:42:15 adam Exp $
+ */
+
+/**
+ * \file diag-entry.h
+ * \brief Diagnostic table lookup header
  */
 
 struct yaz_diag_entry {
@@ -11,3 +16,11 @@ struct yaz_diag_entry {
 };
 
 const char *yaz_diag_to_str(struct yaz_diag_entry *tab, int code);
+/*
+ * Local variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ * vim: shiftwidth=4 tabstop=8 expandtab
+ */
+