diff options
Diffstat (limited to 'src/utils.h')
-rw-r--r-- | src/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.h b/src/utils.h index 02f70e946..d39c8e283 100644 --- a/src/utils.h +++ b/src/utils.h @@ -39,7 +39,7 @@ void stripReturnChar(char *string); void my_usleep(long usec); -int ipv6Supported(); +int ipv6Supported(void); char *appendToString(char *dest, const char *src); |