diff options
author | Andrey Hristov <andrey@php.net> | 2010-05-25 21:54:21 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2010-05-25 21:54:21 +0000 |
commit | 348880ce668799fb010fdb17e2a51dd59c0b8c27 (patch) | |
tree | 424cd1c8022d35068af72939f13b96efbd9b8380 /ext/mysqlnd/mysqlnd_debug.h | |
parent | 337513ffa0c6c6d2dc8bef09bc86120cad80bc15 (diff) | |
download | php-git-348880ce668799fb010fdb17e2a51dd59c0b8c27.tar.gz |
Fix shared build
Diffstat (limited to 'ext/mysqlnd/mysqlnd_debug.h')
-rw-r--r-- | ext/mysqlnd/mysqlnd_debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqlnd/mysqlnd_debug.h b/ext/mysqlnd/mysqlnd_debug.h index 8fc74568ea..2c935d02e6 100644 --- a/ext/mysqlnd/mysqlnd_debug.h +++ b/ext/mysqlnd/mysqlnd_debug.h @@ -131,7 +131,7 @@ struct st_mysqlnd_allocator_methods char * (*m_pestrdup)(const char * const ptr, zend_bool persistent MYSQLND_MEM_D); }; -extern struct st_mysqlnd_allocator_methods mysqlnd_allocator; +PHPAPI extern struct st_mysqlnd_allocator_methods mysqlnd_allocator; PHPAPI void * _mysqlnd_emalloc(size_t size MYSQLND_MEM_D); |