mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Remove proto comments from C files
Closes GH-5758
This commit is contained in:
parent
4757998650
commit
2b5de6f839
234 changed files with 3892 additions and 8084 deletions
|
@ -97,8 +97,7 @@ const struct in6_addr in6addr_any = {0}; /* IN6ADDR_ANY_INIT; */
|
|||
# define PHP_GAI_STRERROR(x) (gai_strerror(x))
|
||||
#else
|
||||
# define PHP_GAI_STRERROR(x) (php_gai_strerror(x))
|
||||
/* {{{ php_gai_strerror
|
||||
*/
|
||||
/* {{{ php_gai_strerror */
|
||||
static const char *php_gai_strerror(int code)
|
||||
{
|
||||
static struct {
|
||||
|
@ -136,8 +135,7 @@ static const char *php_gai_strerror(int code)
|
|||
#endif
|
||||
#endif
|
||||
|
||||
/* {{{ php_network_freeaddresses
|
||||
*/
|
||||
/* {{{ php_network_freeaddresses */
|
||||
PHPAPI void php_network_freeaddresses(struct sockaddr **sal)
|
||||
{
|
||||
struct sockaddr **sap;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue