aboutsummaryrefslogtreecommitdiffstats
path: root/src/metadata_pipe.c
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2008-09-02 01:45:35 -0700
committerEric Wong <normalperson@yhbt.net>2008-09-02 01:45:35 -0700
commitbdd73a177f94233f9d690450f080ac87b94e1cea (patch)
tree8930fe53c6b126fd2b13f7a84e46f47112c74198 /src/metadata_pipe.c
parentdd7f8a723efa9c9edce951981aef7f3adf814134 (diff)
downloadmpd-bdd73a177f94233f9d690450f080ac87b94e1cea.tar.gz
mpd-bdd73a177f94233f9d690450f080ac87b94e1cea.tar.xz
mpd-bdd73a177f94233f9d690450f080ac87b94e1cea.zip
Add missing function prototypes
Diffstat (limited to 'src/metadata_pipe.c')
-rw-r--r--src/metadata_pipe.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/metadata_pipe.c b/src/metadata_pipe.c
index 5508b97c8..d5bef630e 100644
--- a/src/metadata_pipe.c
+++ b/src/metadata_pipe.c
@@ -24,10 +24,6 @@
#include "outputBuffer.h"
#include "gcc.h"
-/* These are defined in outputBuffer_accessors.h, cleanup is needed */
-mpd_uint8 ob_get_decoder_sequence(void);
-mpd_uint8 ob_get_player_sequence(void);
-
static struct ringbuf *mp;
/* Each one of these is a packet inside the metadata pipe */