diff options
author | Eric Wong <normalperson@yhbt.net> | 2007-01-14 02:08:20 +0000 |
---|---|---|
committer | Eric Wong <normalperson@yhbt.net> | 2007-01-14 02:08:20 +0000 |
commit | 8a1b85c1a546418c95f12ad2bd6427c5244fdfbb (patch) | |
tree | 3dbd0d88b132b16db73324525d1e0c3717f0cdeb /src/listen.c | |
parent | 6b9fc5683953b06e7838520333539994d85e009b (diff) |
avahi: more sparse fixes (-Wshadow, non-ANSI declarations)
git-svn-id: https://svn.musicpd.org/mpd/trunk@5248 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/listen.c')
-rw-r--r-- | src/listen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/listen.c b/src/listen.c index 4caf2dc2a..6a8d55388 100644 --- a/src/listen.c +++ b/src/listen.c @@ -270,7 +270,7 @@ void getConnections(fd_set * fds) } } -int getBoundPort() +int getBoundPort(void) { return boundPort; } |