X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fsortspec.c;h=c733aad8d5dc4b79ff72c088dcff1d2984677cbd;hp=e9eb5409f2fc24f0751686866aa81a9d67fe6ded;hb=fc9ad7425061fafd9340229aa006c4db115deee7;hpb=2788a4851b551e1a3efb320a2878b809f2d8a9d7 diff --git a/src/sortspec.c b/src/sortspec.c index e9eb540..c733aad 100644 --- a/src/sortspec.c +++ b/src/sortspec.c @@ -1,11 +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 sortspec.c * \brief Implements SortSpec parsing. */ +#if HAVE_CONFIG_H +#include +#endif #include #include @@ -130,6 +133,7 @@ Z_SortKeySpecList *yaz_sort_spec (ODR out, const char *arg) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab