X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fdiag-entry.c;h=40f54c4de802f6164e00dd8dde63653e88896644;hb=db93359f0cbf9a1e9dc81ea05f7b8662f843ae3d;hp=eda593d3de6373ffe33fc3894f580942dd0bee85;hpb=fb6d99a0c7e07d9cc4a315c447deaf6564a85505;p=yaz-moved-to-github.git diff --git a/src/diag-entry.c b/src/diag-entry.c index eda593d..40f54c4 100644 --- a/src/diag-entry.c +++ b/src/diag-entry.c @@ -1,10 +1,19 @@ /* - * Copyright (C) 1995-2005, Index Data ApS + * Copyright (C) 1995-2007, Index Data ApS * See the file LICENSE for details. * - * $Id: diag-entry.c,v 1.2 2005-06-25 15:46:04 adam Exp $ + * $Id: diag-entry.c,v 1.4 2007-01-03 08:42:15 adam Exp $ */ +/** + * \file diag-entry.c + * \brief Diagnostic table lookup + */ + +#if HAVE_CONFIG_H +#include +#endif + #include "diag-entry.h" const char *yaz_diag_to_str(struct yaz_diag_entry *tab, int code)