From 48fc82f99451074c7b80e10b9c9436fc2d7b7cd4 Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Sat, 15 May 2004 21:19:43 +0000 Subject: move ipv6supported from listen.c to utils.c git-svn-id: https://svn.musicpd.org/mpd/trunk@1026 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/utils.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/utils.h') 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: */ -- cgit v1.2.3