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 | fccec600ebad18884c9dcd54f0fbd37ea36210e9 (patch) | |
| tree | 5edff76c790a873e2033bf4c03ea9d675aad7ccb /ext/mysqlnd/mysqlnd_net.h | |
| parent | 4c1487577c97e3ed19ef2876a31833cd8d504b1f (diff) | |
| download | php-git-fccec600ebad18884c9dcd54f0fbd37ea36210e9.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 */ /* |
