diff options
Diffstat (limited to 'ext/yaz/php_yaz.h')
-rw-r--r-- | ext/yaz/php_yaz.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/yaz/php_yaz.h b/ext/yaz/php_yaz.h index cbe55e129e..c7b130a7b3 100644 --- a/ext/yaz/php_yaz.h +++ b/ext/yaz/php_yaz.h @@ -51,6 +51,7 @@ PHP_FUNCTION(yaz_ccl_conf); PHP_FUNCTION(yaz_ccl_parse); PHP_FUNCTION(yaz_database); PHP_FUNCTION(yaz_sort); +PHP_FUNCTION(yaz_schema); ZEND_BEGIN_MODULE_GLOBALS(yaz) int assoc_seq; |