mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
export more functionality for phpize builds
This commit is contained in:
parent
176e6dd2f2
commit
4bbdce5ca7
11 changed files with 34 additions and 33 deletions
|
@ -23,8 +23,8 @@
|
|||
#ifndef MYSQLND_BLOCK_ALLOC_H
|
||||
#define MYSQLND_BLOCK_ALLOC_H
|
||||
|
||||
MYSQLND_MEMORY_POOL * mysqlnd_mempool_create(size_t arena_size TSRMLS_DC);
|
||||
void mysqlnd_mempool_destroy(MYSQLND_MEMORY_POOL * pool TSRMLS_DC);
|
||||
PHPAPI MYSQLND_MEMORY_POOL * mysqlnd_mempool_create(size_t arena_size TSRMLS_DC);
|
||||
PHPAPI void mysqlnd_mempool_destroy(MYSQLND_MEMORY_POOL * pool TSRMLS_DC);
|
||||
|
||||
#endif /* MYSQLND_BLOCK_ALLOC_H */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue