diff options
| author | Wez Furlong <wez@php.net> | 2003-11-29 12:02:40 +0000 |
|---|---|---|
| committer | Wez Furlong <wez@php.net> | 2003-11-29 12:02:40 +0000 |
| commit | 5f0729c2814bc14357db4e72cf877aeb04cc4ca3 (patch) | |
| tree | 4593bd85a4955b21550c9f4b9ff38b9ce9d2a51d /main/php_network.h | |
| parent | 1525e15d4f6fa273d7a134f5b842e9ceda9cba1f (diff) | |
| download | php-git-5f0729c2814bc14357db4e72cf877aeb04cc4ca3.tar.gz | |
fix zts build...
Diffstat (limited to 'main/php_network.h')
| -rw-r--r-- | main/php_network.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php_network.h b/main/php_network.h index 65646ab50a..5ca34f1308 100644 --- a/main/php_network.h +++ b/main/php_network.h @@ -156,7 +156,7 @@ PHPAPI php_stream *_php_stream_sock_open_unix(const char *path, int pathlen, con /* }}} */ /* private API; don't use in extensions */ -int _php_network_is_stream_alive(php_stream *stream); +int _php_network_is_stream_alive(php_stream *stream TSRMLS_DC); #ifdef HAVE_OPENSSL_EXT PHPAPI int php_stream_sock_ssl_activate_with_method(php_stream *stream, int activate, SSL_METHOD *method, php_stream *session_stream TSRMLS_DC); |
