X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=util%2Fyaz-xmlquery.c;h=3f673df0d948b360ae4f7191881033c56366aa43;hp=b2dc5880a1723a4a3526bbf8de01350255a64aa9;hb=9dfcbb70828f8d5b524c9bb45852246ae1dd6878;hpb=358e1b7e886e6130547ca28e72e0f7fdb4f1c409 diff --git a/util/yaz-xmlquery.c b/util/yaz-xmlquery.c index b2dc588..3f673df 100644 --- a/util/yaz-xmlquery.c +++ b/util/yaz-xmlquery.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: yaz-xmlquery.c,v 1.3 2006-07-06 10:17:55 adam Exp $ + * $Id: yaz-xmlquery.c,v 1.4 2006-10-04 16:59:34 mike Exp $ */ #include @@ -153,7 +153,7 @@ void xmlfiletopqf(const char *xmlfile) } #endif -void usage() +void usage(void) { fprintf(stderr, "%s [-p pqf] [-x xmlfile]\n", prog); fprintf(stderr, " -p pqf reads pqf. write xml to stdout\n");