apr_table_elts are now const

This commit is contained in:
Doug MacEachern 2001-12-07 05:34:44 +00:00
parent 27018c0ff0
commit 1b35f3bcfc

View file

@ -115,7 +115,7 @@ PHP_FUNCTION(apache_lookup_uri)
PHP_FUNCTION(getallheaders)
{
php_struct *ctx;
apr_array_header_t *arr;
const apr_array_header_t *arr;
char *key, *val;
if (array_init(return_value) == FAILURE) {