X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fwaislen.c;h=5557bb2813fb31fa14c3ce152043af451eb64113;hb=ae309395bf5f5511c2eee751151a2962726f745a;hp=e065c65d4a12669f66a71350a075e3f310aef082;hpb=8d691989077a0addcbd840d769dce6700f3d9622;p=yaz-moved-to-github.git diff --git a/src/waislen.c b/src/waislen.c index e065c65..5557bb2 100644 --- a/src/waislen.c +++ b/src/waislen.c @@ -1,8 +1,6 @@ -/* - * Copyright (C) 1995-2007, Index Data ApS +/* This file is part of the YAZ toolkit. + * Copyright (C) 1995-2008 Index Data * See the file LICENSE for details. - * - * $Id: waislen.c,v 1.5 2007-01-03 08:42:15 adam Exp $ */ /** * \file waislen.c @@ -11,11 +9,10 @@ #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;