X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fseshigh.c;h=76755815dc5d765e0f3e90c052ffbfbf33f3e02f;hb=d21c0a79df949a31f337094b8e169d04a939a9dc;hp=afc1e829c2b0c0424c491a46547c2cb646326cac;hpb=06eb0818f902a5d6805b656e0ba2e39ac2ed7817;p=yaz-moved-to-github.git diff --git a/src/seshigh.c b/src/seshigh.c index afc1e82..7675581 100644 --- a/src/seshigh.c +++ b/src/seshigh.c @@ -2,7 +2,7 @@ * Copyright (c) 1995-2003, Index Data * See the file LICENSE for details. * - * $Id: seshigh.c,v 1.5 2003-12-20 00:51:19 adam Exp $ + * $Id: seshigh.c,v 1.6 2003-12-21 11:33:29 adam Exp $ */ /* @@ -726,7 +726,6 @@ static void srw_bend_search(association *assoc, request *req, } } - static void srw_bend_explain(association *assoc, request *req, Z_SRW_explainRequest *srw_req, Z_SRW_explainResponse *srw_res) @@ -1540,7 +1539,7 @@ static Z_APDU *process_initRequest(association *assoc, request *reqb) assoc->init->implementation_name, odr_prepend(assoc->encode, "GFS", resp->implementationName)); - version = odr_strdup(assoc->encode, "$Revision: 1.5 $"); + version = odr_strdup(assoc->encode, "$Revision: 1.6 $"); if (strlen(version) > 10) /* check for unexpanded CVS strings */ version[strlen(version)-2] = '\0'; resp->implementationVersion = odr_prepend(assoc->encode,