X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Frpn2cql.h;h=3c6691f1c95cea61bcc9425dd2a4a62cb98db1b1;hp=7dcb96f4e80f4c118a5ed40de3fa6349f1834d0a;hb=6b3366d135740d9ab37bdcd3f00b115fedf30a9d;hpb=43a9d38d20c1b1bcd1a03b2445a501d27526bd35 diff --git a/include/yaz/rpn2cql.h b/include/yaz/rpn2cql.h index 7dcb96f..3c6691f 100644 --- a/include/yaz/rpn2cql.h +++ b/include/yaz/rpn2cql.h @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2011 Index Data. + * Copyright (C) Index Data. * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -71,7 +71,7 @@ int cql_transform_rpn2cql_wrbuf(cql_transform_t ct, \returns pattern value or NULL if not found */ YAZ_EXPORT -const char *cql_lookup_reverse(cql_transform_t ct, +const char *cql_lookup_reverse(cql_transform_t ct, const char *category, Z_AttributeList *attributes);