X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fzoom-c.c;h=2cb5bc9eb411fcf6e43f2c722ce93b5e2f29b80b;hb=f7a54be570c51522047f42daf147f7739c557065;hp=33a14a4efdd2e5831b3812c957c0e64df9a48ecb;hpb=358e1b7e886e6130547ca28e72e0f7fdb4f1c409;p=yaz-moved-to-github.git diff --git a/src/zoom-c.c b/src/zoom-c.c index 33a14a4..2cb5bc9 100644 --- a/src/zoom-c.c +++ b/src/zoom-c.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2006, Index Data ApS * See the file LICENSE for details. * - * $Id: zoom-c.c,v 1.91 2006-10-04 16:24:05 adam Exp $ + * $Id: zoom-c.c,v 1.92 2006-10-05 14:58:58 adam Exp $ */ /** * \file zoom-c.c @@ -206,7 +206,7 @@ ZOOM_task ZOOM_connection_add_task(ZOOM_connection c, int which) return *taskp; } -int ZOOM_connection_is_idle(ZOOM_connection c) +ZOOM_API(int) ZOOM_connection_is_idle(ZOOM_connection c) { return c->tasks ? 0 : 1; } @@ -1221,7 +1221,7 @@ static zoom_ret ZOOM_connection_send_init(ZOOM_connection c) odr_prepend(c->odr_out, "ZOOM-C", ireq->implementationName)); - version = odr_strdup(c->odr_out, "$Revision: 1.91 $"); + version = odr_strdup(c->odr_out, "$Revision: 1.92 $"); if (strlen(version) > 10) /* check for unexpanded CVS strings */ version[strlen(version)-2] = '\0'; ireq->implementationVersion =