From 72a7740fd5755d09e13978bde7f729deb43bdd55 Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Wed, 20 Oct 2004 20:41:21 +0000 Subject: shout audioOutput will now connect and disconnect from icecast server git-svn-id: https://svn.musicpd.org/mpd/trunk@2285 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/audioOutput.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/audioOutput.h') diff --git a/src/audioOutput.h b/src/audioOutput.h index 8fec7e503..985b57797 100644 --- a/src/audioOutput.h +++ b/src/audioOutput.h @@ -28,7 +28,7 @@ typedef struct _AudioOutput AudioOutput; -typedef void (* AudioOutputInitDriverFunc) (AudioOutput * audioOutput); +typedef int (* AudioOutputInitDriverFunc) (AudioOutput * audioOutput); typedef void (* AudioOutputFinishDriverFunc) (AudioOutput * audioOutput); -- cgit v1.2.3