From b3546d1b5e4ad18e4bf9498bb72c259e10688e8b Mon Sep 17 00:00:00 2001 From: Andrey Hristov Date: Wed, 16 Dec 2009 12:59:38 +0000 Subject: move MYSQLND_NET code to a separate file. mysqlnd_wireprotocol is about the protocol not the transport layer --- ext/mysqlnd/mysqlnd_priv.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'ext/mysqlnd/mysqlnd_priv.h') diff --git a/ext/mysqlnd/mysqlnd_priv.h b/ext/mysqlnd/mysqlnd_priv.h index fc99d4e076..b92a90f616 100644 --- a/ext/mysqlnd/mysqlnd_priv.h +++ b/ext/mysqlnd/mysqlnd_priv.h @@ -169,9 +169,6 @@ void ps_fetch_from_1_to_8_bytes(zval *zv, const MYSQLND_FIELD * const field, unsigned int pack_len, zend_uchar **row, zend_bool as_unicode, unsigned int byte_count TSRMLS_DC); - - -int mysqlnd_set_sock_no_delay(php_stream *stream); #endif /* MYSQLND_PRIV_H */ -- cgit v1.2.1