From: Anatol Belski Date: Wed, 11 Dec 2013 13:15:40 +0000 (+0100) Subject: added missing prototype X-Git-Tag: POST_64BIT_BRANCH_MERGE^2~109^2~18^2~332^2~1^2^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=edf601a41f4d8b468883c25f3981d20fd2a9921d;p=php added missing prototype --- diff --git a/ext/sockets/sockaddr_conv.c b/ext/sockets/sockaddr_conv.c index bc1131a734..1c1a90d58f 100644 --- a/ext/sockets/sockaddr_conv.c +++ b/ext/sockets/sockaddr_conv.c @@ -9,6 +9,8 @@ #include #endif +extern int php_string_to_if_index(const char *val, unsigned *out TSRMLS_DC); + #if HAVE_IPV6 /* Sets addr by hostname, or by ip in string form (AF_INET6) */ int php_set_inet6_addr(struct sockaddr_in6 *sin6, char *string, php_socket *php_sock TSRMLS_DC) /* {{{ */