diff options
Diffstat (limited to 'ext/yaz/php_yaz.h')
| -rw-r--r-- | ext/yaz/php_yaz.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/yaz/php_yaz.h b/ext/yaz/php_yaz.h index 458de163b4..c65d5494dd 100644 --- a/ext/yaz/php_yaz.h +++ b/ext/yaz/php_yaz.h @@ -52,6 +52,8 @@ PHP_FUNCTION(yaz_ccl_parse); PHP_FUNCTION(yaz_database); PHP_FUNCTION(yaz_sort); PHP_FUNCTION(yaz_schema); +PHP_FUNCTION(yaz_set_option); +PHP_FUNCTION(yaz_get_option); ZEND_BEGIN_MODULE_GLOBALS(yaz) int assoc_seq; |
