X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fseshigh.c;h=079a30db96e686fef399091209eef747e048c1de;hp=51323091cce074b8dc1ad3e0c441082e83a16985;hb=b64382a1e420049b882b87fb05fe058aa6592d1c;hpb=c2641d280328e9bc114ca8c7b4585842c0acb05c diff --git a/src/seshigh.c b/src/seshigh.c index 5132309..079a30d 100644 --- a/src/seshigh.c +++ b/src/seshigh.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: seshigh.c,v 1.98 2006-09-06 09:35:41 adam Exp $ + * $Id: seshigh.c,v 1.99 2006-09-27 11:39:02 adam Exp $ */ /** * \file seshigh.c @@ -108,7 +108,7 @@ static int log_request = 0; /* one-line logs for requests */ static int log_requestdetail = 0; /* more detailed stuff */ /** get_logbits sets global loglevel bits */ -static void get_logbits() +static void get_logbits(void) { /* needs to be called after parsing cmd-line args that can set loglevels!*/ if (!logbits_set) { @@ -2323,7 +2323,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.98 $"); + version = odr_strdup(assoc->encode, "$Revision: 1.99 $"); if (strlen(version) > 10) /* check for unexpanded CVS strings */ version[strlen(version)-2] = '\0'; resp->implementationVersion = odr_prepend(assoc->encode,