diff options
author | Andrey Hristov <andrey@php.net> | 2010-01-11 20:12:46 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2010-01-11 20:12:46 +0000 |
commit | ba3b2a22822d6736fbe3d06adbacfdc5983a2e78 (patch) | |
tree | 5e2eed07550d6b038eb0ecf28809030879cf1415 | |
parent | a449a371a86b232284d5218b033a56c22a6a9693 (diff) | |
download | php-git-ba3b2a22822d6736fbe3d06adbacfdc5983a2e78.tar.gz |
remove stale export
-rw-r--r-- | ext/mysqlnd/mysqlnd_wireprotocol.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/mysqlnd/mysqlnd_wireprotocol.h b/ext/mysqlnd/mysqlnd_wireprotocol.h index 9ca182ded8..22c68ebbe0 100644 --- a/ext/mysqlnd/mysqlnd_wireprotocol.h +++ b/ext/mysqlnd/mysqlnd_wireprotocol.h @@ -244,8 +244,6 @@ typedef struct st_mysqlnd_packet_chg_user_resp { } MYSQLND_PACKET_CHG_USER_RESPONSE; -size_t mysqlnd_stream_write_w_header(MYSQLND * const conn, char * const buf, size_t count TSRMLS_DC); - void php_mysqlnd_scramble(zend_uchar * const buffer, const zend_uchar * const scramble, const zend_uchar * const pass); unsigned long php_mysqlnd_net_field_length(zend_uchar **packet); |