X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fwaislen.c;h=7f7daf7a114ac391f76d6032a0eb8db8721dea3d;hb=ce46d8646a527a8364d3aa152822b3680a7321bd;hp=fa7ee5fc590ec33bdd0c6f33edb0cfaecd605240;hpb=fb6d99a0c7e07d9cc4a315c447deaf6564a85505;p=yaz-moved-to-github.git diff --git a/src/waislen.c b/src/waislen.c index fa7ee5f..7f7daf7 100644 --- a/src/waislen.c +++ b/src/waislen.c @@ -1,21 +1,21 @@ -/* - * Copyright (C) 1995-2005, 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.4 2005-06-25 15:46:06 adam Exp $ */ /** * \file waislen.c * \brief Implements WAIS package handling */ +#if HAVE_CONFIG_H +#include +#endif #include #include -#include /* * Return length of WAIS package or 0 */ -int completeWAIS(const unsigned char *buf, int len) +int completeWAIS(const char *buf, int len) { int i, lval = 0; @@ -34,6 +34,7 @@ int completeWAIS(const unsigned 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