X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fcqlstrer.c;h=76f995c605139a3d085b8bfa3cd2ad7df6fdef0a;hb=a5c7c4da7da4998222954c0afb60b46513a3adfe;hp=84bfac87159f42687240c0d9f73095150b0b0094;hpb=ee6ab2ee3a9ee1a8c65d7272ec7fba1d886f5af0;p=yaz-moved-to-github.git diff --git a/src/cqlstrer.c b/src/cqlstrer.c index 84bfac8..76f995c 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-2013 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