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
This commit is contained in:
@@ -39,9 +39,9 @@ int processListOfCommands(int fd, int *permission, int *expired,
|
||||
|
||||
int processCommand(int fd, int *permission, char *commandString);
|
||||
|
||||
void initCommands();
|
||||
void initCommands(void);
|
||||
|
||||
void finishCommands();
|
||||
void finishCommands(void);
|
||||
|
||||
#define commandSuccess(fd) fdprintf(fd, "OK\n")
|
||||
|
||||
|
Reference in New Issue
Block a user