From: Andrey Hristov Date: Mon, 11 Jan 2010 20:12:46 +0000 (+0000) Subject: remove stale export X-Git-Tag: php-5.4.0alpha1~454 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c4b380a076e761a622c0e49315cd3c87eb134e41;p=php remove stale export --- 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);