move ipv6supported from listen.c to utils.c

git-svn-id: https://svn.musicpd.org/mpd/trunk@1026 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
Warren Dukes
2004-05-15 21:19:43 +00:00
parent 12d3bd0716
commit 48fc82f994
3 changed files with 16 additions and 10 deletions

View File

@@ -31,5 +31,7 @@ void stripReturnChar(char * string);
void my_usleep(long usec);
int ipv6Supported();
#endif
/* vim:set shiftwidth=4 tabstop=8 expandtab: */