summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_priv.h
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2009-12-16 12:59:38 +0000
committerAndrey Hristov <andrey@php.net>2009-12-16 12:59:38 +0000
commitb3546d1b5e4ad18e4bf9498bb72c259e10688e8b (patch)
tree0bbf6624a2bd7b813f164abe052cf1a3b9908d3c /ext/mysqlnd/mysqlnd_priv.h
parent6ec6a9d62e5994e4ecc1095590dce5bcc4a8ddd6 (diff)
downloadphp-git-b3546d1b5e4ad18e4bf9498bb72c259e10688e8b.tar.gz
move MYSQLND_NET code to a separate file.
mysqlnd_wireprotocol is about the protocol not the transport layer
Diffstat (limited to 'ext/mysqlnd/mysqlnd_priv.h')
-rw-r--r--ext/mysqlnd/mysqlnd_priv.h3
1 files changed, 0 insertions, 3 deletions
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 */