summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_wireprotocol.h
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2010-05-14 13:32:27 +0000
committerAndrey Hristov <andrey@php.net>2010-05-14 13:32:27 +0000
commit34ffc8a6c4af8adca8a7ffae2776c4c86ec19ab1 (patch)
tree810611a1a0cdf4bdc5f66a707414589c5aeb4f9c /ext/mysqlnd/mysqlnd_wireprotocol.h
parentb86ebe46cb35b0298caec6f582b04029a6247af7 (diff)
downloadphp-git-34ffc8a6c4af8adca8a7ffae2776c4c86ec19ab1.tar.gz
Export MYSQLND_PROTOCOL methods
Diffstat (limited to 'ext/mysqlnd/mysqlnd_wireprotocol.h')
-rw-r--r--ext/mysqlnd/mysqlnd_wireprotocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqlnd/mysqlnd_wireprotocol.h b/ext/mysqlnd/mysqlnd_wireprotocol.h
index 64dc5528a6..192129678c 100644
--- a/ext/mysqlnd/mysqlnd_wireprotocol.h
+++ b/ext/mysqlnd/mysqlnd_wireprotocol.h
@@ -273,7 +273,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 struct st_mysqlnd_protocol_methods * mysqlnd_protocol_get_methods();
#endif /* MYSQLND_WIREPROTOCOL_H */