X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fcqlstrer.c;h=f45a769e2e4abb249ac643120e0b27f412a6ceaa;hp=acc4c804c92d421c30c3a0cfce4d5131db5cb17a;hb=43a9d38d20c1b1bcd1a03b2445a501d27526bd35;hpb=2788a4851b551e1a3efb320a2878b809f2d8a9d7 diff --git a/src/cqlstrer.c b/src/cqlstrer.c index acc4c80..f45a769 100644 --- a/src/cqlstrer.c +++ b/src/cqlstrer.c @@ -1,12 +1,14 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2009 Index Data + * Copyright (C) 1995-2011 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