diff options
Diffstat (limited to '')
-rw-r--r-- | src/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.c b/src/utils.c index 7dbe88833..64a2f2b13 100644 --- a/src/utils.c +++ b/src/utils.c @@ -62,7 +62,7 @@ void my_usleep(long usec) { select(0,NULL,NULL,NULL,&tv); } -int ipv6Supported() { +int ipv6Supported(void) { #ifdef HAVE_IPV6 int s; s = socket(AF_INET6,SOCK_STREAM,0); |