X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fxcqlutil.c;h=1b15aa24e21e9b204134c4c4fa4348ce152afd7b;hb=7b1bbfddfb6e9d68c645388e3279a4990a6592ef;hp=99327c564f993138752da3b73fe02b308d9c62a4;hpb=a29d852d610296e871716c137337fb44510eee1d;p=yaz-moved-to-github.git diff --git a/src/xcqlutil.c b/src/xcqlutil.c index 99327c5..1b15aa2 100644 --- a/src/xcqlutil.c +++ b/src/xcqlutil.c @@ -1,16 +1,14 @@ -/* $Id: xcqlutil.c,v 1.9 2008-01-06 16:22:02 adam Exp $ - Copyright (C) 1995-2007, Index Data ApS - Index Data Aps - -This file is part of the YAZ toolkit. - -See the file LICENSE. -*/ - +/* This file is part of the YAZ toolkit. + * Copyright (C) 1995-2011 Index Data + * See the file LICENSE for details. + */ /** * \file xcqlutil.c * \brief Implements CQL to XCQL conversion. */ +#if HAVE_CONFIG_H +#include +#endif #include #include @@ -246,6 +244,7 @@ int cql_to_xml_buf(struct cql_node *cn, char *out, int max) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab