summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_wireprotocol.h
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2014-01-24 11:39:24 +0200
committerAndrey Hristov <andrey@php.net>2014-01-24 11:39:24 +0200
commit0c90c207a71b90cc840d449a1952f16edd64cb4b (patch)
treed611d3e24a0619f06227f076eb83cdbeb0b69664 /ext/mysqlnd/mysqlnd_wireprotocol.h
parent698b04270e116f91c7715487c90d8e6dc8d5f0ca (diff)
downloadphp-git-0c90c207a71b90cc840d449a1952f16edd64cb4b.tar.gz
Backport refactoring from php-src
Diffstat (limited to 'ext/mysqlnd/mysqlnd_wireprotocol.h')
-rw-r--r--ext/mysqlnd/mysqlnd_wireprotocol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mysqlnd/mysqlnd_wireprotocol.h b/ext/mysqlnd/mysqlnd_wireprotocol.h
index 4bd33592bf..be71d06508 100644
--- a/ext/mysqlnd/mysqlnd_wireprotocol.h
+++ b/ext/mysqlnd/mysqlnd_wireprotocol.h
@@ -302,6 +302,7 @@ PHPAPI void php_mysqlnd_scramble(zend_uchar * const buffer, const zend_uchar * c
unsigned long php_mysqlnd_net_field_length(zend_uchar **packet);
zend_uchar * php_mysqlnd_net_store_length(zend_uchar *packet, uint64_t length);
+size_t php_mysqlnd_net_store_length_size(uint64_t length);
PHPAPI const extern char * const mysqlnd_empty_string;