X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fwaislen.c;h=7f7daf7a114ac391f76d6032a0eb8db8721dea3d;hb=ce46d8646a527a8364d3aa152822b3680a7321bd;hp=fc9a9c77ccf81f0225ef7a868ce7b8df09b01938;hpb=377e50914cd78d52e77032a3eaf8972f23b4e7b9;p=yaz-moved-to-github.git diff --git a/src/waislen.c b/src/waislen.c index fc9a9c7..7f7daf7 100644 --- a/src/waislen.c +++ b/src/waislen.c @@ -1,13 +1,14 @@ -/* - * Copyright (C) 1995-2007, Index Data ApS +/* This file is part of the YAZ toolkit. + * Copyright (C) 1995-2013 Index Data * See the file LICENSE for details. - * - * $Id: waislen.c,v 1.6 2007-10-09 06:00:56 adam Exp $ */ /** * \file waislen.c * \brief Implements WAIS package handling */ +#if HAVE_CONFIG_H +#include +#endif #include #include @@ -33,6 +34,7 @@ int completeWAIS(const char *buf, int len) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab