diff options
Diffstat (limited to 'src/utils.h')
-rw-r--r-- | src/utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils.h b/src/utils.h index 402867ac9..fd03915f9 100644 --- a/src/utils.h +++ b/src/utils.h @@ -31,5 +31,7 @@ void stripReturnChar(char * string); void my_usleep(long usec); +int ipv6Supported(); + #endif /* vim:set shiftwidth=4 tabstop=8 expandtab: */ |