fix C99 stuff for commandError
also some slight optimizations to interfacePrintWithFD() and myfprintf() git-svn-id: https://svn.musicpd.org/mpd/trunk@1503 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
@@ -33,7 +33,7 @@ void freeAllInterfaces();
|
||||
void closeOldInterfaces();
|
||||
void closeInterfaceWithFD(int fd);
|
||||
void flushAllInterfaceBuffers();
|
||||
int interfacePrintWithFD(int fd, char * buffer);
|
||||
int interfacePrintWithFD(int fd, char * buffer, int len);
|
||||
|
||||
int doIOForInterfaces();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user