diff options
author | Andrey Hristov <andrey@php.net> | 2009-12-16 12:59:38 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2009-12-16 12:59:38 +0000 |
commit | b3546d1b5e4ad18e4bf9498bb72c259e10688e8b (patch) | |
tree | 0bbf6624a2bd7b813f164abe052cf1a3b9908d3c /ext/mysqlnd/mysqlnd_priv.h | |
parent | 6ec6a9d62e5994e4ecc1095590dce5bcc4a8ddd6 (diff) | |
download | php-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.h | 3 |
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 */ |