X-Git-Url: http://git.indexdata.com/?p=phpyaz-moved-to-github.git;a=blobdiff_plain;f=php_yaz.h;h=057be87c0be0044822e1d64397d4904f4887988a;hp=094dfa9d3d10f122a743ad28e45a15670849daaa;hb=6b7aca3d9eaf27f373d132574f71a4b404b56ff9;hpb=597d27dafa2bbaff0ffef1747887f46a119b1e20 diff --git a/php_yaz.h b/php_yaz.h index 094dfa9..057be87 100644 --- a/php_yaz.h +++ b/php_yaz.h @@ -19,7 +19,7 @@ #ifndef PHP_YAZ_H #define PHP_YAZ_H -#define PHP_YAZ_VERSION "1.1.6" +#define PHP_YAZ_VERSION "1.1.7" #if HAVE_YAZ @@ -49,6 +49,8 @@ PHP_FUNCTION(yaz_es_result); PHP_FUNCTION(yaz_present); PHP_FUNCTION(yaz_ccl_conf); PHP_FUNCTION(yaz_ccl_parse); +PHP_FUNCTION(yaz_cql_parse); +PHP_FUNCTION(yaz_cql_conf); PHP_FUNCTION(yaz_database); PHP_FUNCTION(yaz_sort); PHP_FUNCTION(yaz_schema);