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 8a76de0a01..01189568aa 100644 --- a/ext/yaz/php_yaz.h +++ b/ext/yaz/php_yaz.h @@ -58,6 +58,7 @@ PHP_FUNCTION(yaz_get_option); ZEND_BEGIN_MODULE_GLOBALS(yaz) int assoc_seq; long max_links; + long keepalive; char *log_file; ZEND_END_MODULE_GLOBALS(yaz) |