Expanded tabs in all source files. Added vim/emacs local variables
[yaz-moved-to-github.git] / src / diag-entry.h
index e8a3508..416ed1a 100644 (file)
@@ -2,7 +2,7 @@
  * Copyright (C) 1995-2005, 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.2 2005-06-25 15:46:04 adam Exp $
  */
 
 struct yaz_diag_entry {
@@ -11,3 +11,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
+ */
+