X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2Fcql2pqf.c;h=ac2a4577091f2a928c082114873d469ffe6172e3;hb=dedba382ec4773d8abdf244290020f3da42113b6;hp=3c5df41d8414b1cd6d9af2a55a386e7d811cf17c;hpb=fb6d99a0c7e07d9cc4a315c447deaf6564a85505;p=yaz-moved-to-github.git diff --git a/util/cql2pqf.c b/util/cql2pqf.c index 3c5df41..ac2a457 100644 --- a/util/cql2pqf.c +++ b/util/cql2pqf.c @@ -1,11 +1,7 @@ -/* $Id: cql2pqf.c,v 1.7 2005-06-25 15:46:07 adam Exp $ - Copyright (C) 1995-2005, Index Data ApS - Index Data Aps - -This file is part of the YAZ toolkit. - -See the file LICENSE. -*/ +/* This file is part of the YAZ toolkit. + * Copyright (C) 1995-2008 Index Data + * See the file LICENSE for details. + */ #include #include @@ -13,7 +9,7 @@ See the file LICENSE. #include #include -static void usage() +static void usage(void) { fprintf (stderr, "usage\n cql2pqf [-n ] []\n"); exit (1);