summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_wireprotocol.h
diff options
context:
space:
mode:
authorKalle Sommer Nielsen <kalle@php.net>2016-04-03 02:27:25 +0200
committerKalle Sommer Nielsen <kalle@php.net>2016-04-03 02:27:25 +0200
commitbb198ec9a6d37cd467795199d33c8fa4e0d754e6 (patch)
treef76897d5ee6b09eb6c73d5f0009c48490262af58 /ext/mysqlnd/mysqlnd_wireprotocol.h
parent82050dfd3cba70b866da871fa7cc05232cfabf63 (diff)
downloadphp-git-bb198ec9a6d37cd467795199d33c8fa4e0d754e6.tar.gz
Fix compiler warnings in mysqlnd
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 234e3c8f08..337143fb9f 100644
--- a/ext/mysqlnd/mysqlnd_wireprotocol.h
+++ b/ext/mysqlnd/mysqlnd_wireprotocol.h
@@ -297,7 +297,7 @@ typedef struct st_mysqlnd_packet_sha256_pk_request_response {
zend_ulong php_mysqlnd_net_field_length(const zend_uchar **packet);
-zend_uchar * php_mysqlnd_net_store_length(zend_uchar *packet, uint64_t length);
+zend_uchar * php_mysqlnd_net_store_length(zend_uchar *packet, const uint64_t length);
size_t php_mysqlnd_net_store_length_size(uint64_t length);
PHPAPI const extern char * const mysqlnd_empty_string;