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 | c4b380a076e761a622c0e49315cd3c87eb134e41 (patch) | |
tree | 4f3e8df463cbfdcc68e4a8f8fa267d3b4ea9b551 /ext/mysqlnd/mysqlnd_wireprotocol.h | |
parent | 2331e2850986de5ae23b808528d32b226b984b67 (diff) | |
download | php-git-c4b380a076e761a622c0e49315cd3c87eb134e41.tar.gz |
remove stale export
Diffstat (limited to 'ext/mysqlnd/mysqlnd_wireprotocol.h')
-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); |