diff options
Diffstat (limited to 'ext/yaz/php_yaz.h')
-rw-r--r-- | ext/yaz/php_yaz.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/yaz/php_yaz.h b/ext/yaz/php_yaz.h index 638c5e65cb..3b9066b54e 100644 --- a/ext/yaz/php_yaz.h +++ b/ext/yaz/php_yaz.h @@ -57,7 +57,7 @@ PHP_FUNCTION(yaz_get_option); ZEND_BEGIN_MODULE_GLOBALS(yaz) int assoc_seq; - int max_links; + long max_links; char *log_file; ZEND_END_MODULE_GLOBALS(yaz) |