diff options
| author | Andrey Hristov <andrey@php.net> | 2010-05-13 14:15:23 +0000 | 
|---|---|---|
| committer | Andrey Hristov <andrey@php.net> | 2010-05-13 14:15:23 +0000 | 
| commit | 90f16527af81a49765e2906403590c3c466452f8 (patch) | |
| tree | a70fa670e3e695657f1de34f24e5751d3b8e601d /ext/mysqlnd/mysqlnd_net.h | |
| parent | aad53cbdec3ce8962875b8f69e3d71a7c0e197ad (diff) | |
| download | php-git-90f16527af81a49765e2906403590c3c466452f8.tar.gz | |
Export the methods of MYSQLND_NET
Diffstat (limited to 'ext/mysqlnd/mysqlnd_net.h')
| -rw-r--r-- | ext/mysqlnd/mysqlnd_net.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/mysqlnd/mysqlnd_net.h b/ext/mysqlnd/mysqlnd_net.h index ef2f2fac78..d52fca5e78 100644 --- a/ext/mysqlnd/mysqlnd_net.h +++ b/ext/mysqlnd/mysqlnd_net.h @@ -26,6 +26,8 @@  PHPAPI MYSQLND_NET * mysqlnd_net_init(zend_bool persistent TSRMLS_DC);  PHPAPI void mysqlnd_net_free(MYSQLND_NET * const net TSRMLS_DC); +PHPAPI struct st_mysqlnd_net_methods * mysqlnd_net_get_methods(); +  #endif /* MYSQLND_NET_H */  /*  | 
