Skip to content

Commit 0c5bd4d

Browse files
committed
This is exported at implementation site, but no forward declaration can cause compile warnings
1 parent 4746e5e commit 0c5bd4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

main/php_network.h

+2
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,8 @@ PHPAPI int php_network_parse_network_address_with_port(const char *addr,
315315
zend_long addrlen, struct sockaddr *sa, socklen_t *sl);
316316

317317
PHPAPI struct hostent* php_network_gethostbyname(char *name);
318+
319+
PHPAPI int php_set_sock_blocking(php_socket_t socketd, int block);
318320
END_EXTERN_C()
319321

320322
#define php_stream_sock_open_from_socket(socket, persistent) _php_stream_sock_open_from_socket((socket), (persistent) STREAMS_CC)

0 commit comments

Comments
 (0)