aboutsummaryrefslogtreecommitdiff
path: root/src/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils.h b/src/utils.h
index 402867ac..fd03915f 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: */