From: Andrey Hristov Date: Wed, 24 Mar 2010 10:06:42 +0000 (+0000) Subject: fix build failure after recent commit by Kalle X-Git-Tag: php-5.3.3RC1~372 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9f201313119d12ee758abcbb9161f7da5ec678d5;p=php fix build failure after recent commit by Kalle --- diff --git a/ext/mysqlnd/mysqlnd_wireprotocol.h b/ext/mysqlnd/mysqlnd_wireprotocol.h index 2b2a7cae03..8e36b1fac9 100644 --- a/ext/mysqlnd/mysqlnd_wireprotocol.h +++ b/ext/mysqlnd/mysqlnd_wireprotocol.h @@ -268,7 +268,7 @@ void php_mysqlnd_rowp_read_text_protocol(MYSQLND_MEMORY_POOL_CHUNK * row_buffer, PHPAPI MYSQLND_PROTOCOL * mysqlnd_protocol_init(zend_bool persistent TSRMLS_DC); -PHPAPI void mysqlnd_protocol_free(MYSQLND_PROTOCOL * const protocol TSRMLS_DC) +PHPAPI void mysqlnd_protocol_free(MYSQLND_PROTOCOL * const protocol TSRMLS_DC); #endif /* MYSQLND_WIREPROTOCOL_H */