diff options
Diffstat (limited to 'libmpdclient.h')
-rw-r--r-- | libmpdclient.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libmpdclient.h b/libmpdclient.h index 217203021..6d749fbd2 100644 --- a/libmpdclient.h +++ b/libmpdclient.h @@ -20,7 +20,6 @@ #ifndef LIBMPDCLIENT_H #define LIBMPDCLIENT_H -#include <sys/param.h> #include <sys/time.h> #define MPD_BUFFER_MAX_LENGTH 50000 @@ -377,8 +376,6 @@ void mpd_sendVolumeCommand(mpd_Connection * connection, int volumeChange); void mpd_sendCrossfadeCommand(mpd_Connection * connection, int seconds); -int mpd_getCrossfade(mpd_Connection * connection); - void mpd_sendUpdateCommand(mpd_Connection * connection); void mpd_sendPasswordCommand(mpd_Connection * connection, const char * pass); |