X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fsortspec.c;h=c733aad8d5dc4b79ff72c088dcff1d2984677cbd;hp=8d9272e24a6394654b6ef5bf00ac91a73a7d9ada;hb=fc9ad7425061fafd9340229aa006c4db115deee7;hpb=3cdfbd27dfc8dd15619f127ae78bf0f71b27dd6d diff --git a/src/sortspec.c b/src/sortspec.c index 8d9272e..c733aad 100644 --- a/src/sortspec.c +++ b/src/sortspec.c @@ -1,13 +1,14 @@ -/* - * Copyright (C) 1995-2007, Index Data ApS +/* This file is part of the YAZ toolkit. + * Copyright (C) 1995-2011 Index Data * See the file LICENSE for details. - * - * $Id: sortspec.c,v 1.10 2007-04-16 21:53:09 adam Exp $ */ /** * \file sortspec.c * \brief Implements SortSpec parsing. */ +#if HAVE_CONFIG_H +#include +#endif #include #include @@ -132,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