X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fzgdu.c;h=6fc72f84816c1546f5f277743eeeeee85e015629;hb=caa5ae948706a481006e6d8d2abea24dec56b672;hp=37f98205480f26b9f8b97f38086984b0b555b292;hpb=d58b3c28b5efc7106f6ed65cd52c8ad56de7b6b9;p=yaz-moved-to-github.git diff --git a/src/zgdu.c b/src/zgdu.c index 37f9820..6fc72f8 100644 --- a/src/zgdu.c +++ b/src/zgdu.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: zgdu.c,v 1.15 2006-06-02 13:08:27 adam Exp $ + * $Id: zgdu.c,v 1.16 2006-09-14 07:40:00 marc Exp $ */ /** @@ -179,7 +179,7 @@ void z_HTTP_header_add(ODR o, Z_HTTP_Header **hp, const char *n, (*hp)->next = 0; } -const char *z_HTTP_header_lookup(Z_HTTP_Header *hp, const char *n) +const char *z_HTTP_header_lookup(const Z_HTTP_Header *hp, const char *n) { for (; hp; hp = hp->next) if (!yaz_matchstr(hp->name, n))