X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fdiag-entry.h;h=afc9b25dbda2a20c40309195db11ee4a0ef45c44;hb=be821514c869d68186361b5aab6bbfd1aa60e087;hp=e8a35085d51deee9e12f362cfdffb66148f8035b;hpb=84d7b06c13daa609e93f353e655c4b02f936d65c;p=yaz-moved-to-github.git diff --git a/src/diag-entry.h b/src/diag-entry.h index e8a3508..afc9b25 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-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 + */ +