From f79a70d1b9bab78fca515ac9142607ce2414e333 Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Sun, 20 Aug 2006 00:50:44 +0000 Subject: Fix warnings for -Wmissing-prototypes Add -Wmissing-prototypes if compiling with gcc Static where possible git-svn-id: https://svn.musicpd.org/mpd/trunk@4657 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/interface.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/interface.h') diff --git a/src/interface.h b/src/interface.h index b73a2453d..ac64c2b64 100644 --- a/src/interface.h +++ b/src/interface.h @@ -26,12 +26,12 @@ #include #include -void initInterfaces(); +void initInterfaces(void); void openAInterface(int fd, struct sockaddr *addr); -void freeAllInterfaces(); -void closeOldInterfaces(); +void freeAllInterfaces(void); +void closeOldInterfaces(void); int interfacePrintWithFD(int fd, char *buffer, int len); -int doIOForInterfaces(); +int doIOForInterfaces(void); #endif -- cgit v1.2.3