X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fdiag-entry.h;h=a6c98e1fd69684df598e57ae8cea4e484ea3ace7;hb=3ee7ef4088b265faffbdcabe3eb13d5f04a3b832;hp=e8a35085d51deee9e12f362cfdffb66148f8035b;hpb=84d7b06c13daa609e93f353e655c4b02f936d65c;p=yaz-moved-to-github.git diff --git a/src/diag-entry.h b/src/diag-entry.h index e8a3508..a6c98e1 100644 --- a/src/diag-entry.h +++ b/src/diag-entry.h @@ -1,8 +1,13 @@ /* - * Copyright (C) 1995-2005, Index Data ApS + * Copyright (C) 1995-2006, 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.3 2006-04-19 23:15:39 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 + */ +