X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fcqlutil.c;h=75505351fa550ba8a13987be131180a418f418c0;hb=be821514c869d68186361b5aab6bbfd1aa60e087;hp=68daa0e1bbbf697f4e6da2aa1a69b5d9286ab9ac;hpb=f9828584ad6d0f66eb85b2e6d8bca5a29d569dcb;p=yaz-moved-to-github.git diff --git a/src/cqlutil.c b/src/cqlutil.c index 68daa0e..7550535 100644 --- a/src/cqlutil.c +++ b/src/cqlutil.c @@ -1,5 +1,5 @@ -/* $Id: cqlutil.c,v 1.9 2005-06-27 22:03:59 adam Exp $ - Copyright (C) 1995-2005, Index Data ApS +/* $Id: cqlutil.c,v 1.11 2007-01-03 08:42:15 adam Exp $ + Copyright (C) 1995-2007, Index Data ApS Index Data Aps This file is part of the YAZ toolkit. @@ -84,7 +84,7 @@ struct cql_node *cql_node_mk_boolean(NMEM nmem, const char *op) return p; } -const char *cql_uri() +const char *cql_uri(void) { return "info:srw/cql-context-set/1/cql-v1.1"; }