X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=php_yaz.h;h=3ca05947b0be7950a4399c4426cf768f43fb8a95;hb=f17d91769c3ad209fcbe47cad6c4b0b907937037;hp=d45673ade1a8378d2e91446d92c5eab3cb4217da;hpb=67091ed6a679f67915c837a47d06f9971ee14090;p=phpyaz-moved-to-github.git diff --git a/php_yaz.h b/php_yaz.h index d45673a..3ca0594 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.4" +#define PHP_YAZ_VERSION "1.1.6" #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);