summaryrefslogtreecommitdiff
path: root/ext/sockets/php_sockets.h
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2009-08-31 08:41:03 +0000
committerAntony Dovgal <tony2001@php.net>2009-08-31 08:41:03 +0000
commitfe7e08432e3d64274e50337c7105d458badcacf1 (patch)
treeaac0a85eaee6780b40b10c2e531d999df98f3fc0 /ext/sockets/php_sockets.h
parent4cc35aeaaffcdfaacacdf0aafe3650259ab287f0 (diff)
downloadphp-git-fe7e08432e3d64274e50337c7105d458badcacf1.tar.gz
export le_socket from ext/sockets
Diffstat (limited to 'ext/sockets/php_sockets.h')
-rw-r--r--ext/sockets/php_sockets.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/sockets/php_sockets.h b/ext/sockets/php_sockets.h
index 3db96dc2ab..23e350c315 100644
--- a/ext/sockets/php_sockets.h
+++ b/ext/sockets/php_sockets.h
@@ -91,6 +91,8 @@ struct sockaddr_un {
};
#endif
+PHPAPI int php_sockets_le_socket(void);
+
/* Prototypes */
#ifdef ilia_0 /* not needed, only causes a compiler warning */
static int php_open_listen_sock(php_socket **php_sock, int port, int backlog TSRMLS_DC);