X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fcqlstrer.c;h=82aa45aaeb43a1f9f9979e8a41a87bfdd5b7173d;hp=84bfac87159f42687240c0d9f73095150b0b0094;hb=77c5a4fca8b516fd39b8ba213daed17a465a6b2a;hpb=ee6ab2ee3a9ee1a8c65d7272ec7fba1d886f5af0 diff --git a/src/cqlstrer.c b/src/cqlstrer.c index 84bfac8..82aa45a 100644 --- a/src/cqlstrer.c +++ b/src/cqlstrer.c @@ -1,12 +1,14 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2008 Index Data + * Copyright (C) 1995-2012 Index Data * See the file LICENSE for details. */ - /** * \file cqlstrer.c * \brief Implements CQL error code map to description string. */ +#if HAVE_CONFIG_H +#include +#endif #include @@ -63,6 +65,7 @@ const char *cql_strerror(int code) { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab