Add some prototype to silence silly warnings.
[sxemacs] / src / media / sound-jack.c
index 3cd1194..353b077 100644 (file)
@@ -335,6 +335,9 @@ finish:
 \f
 /* pull one channel out of a multi-channel stream */
 static size_t
+demux_internal(float *dst, char *src,
+              size_t n, int chan, sound_jack_aj_data_t *f);
+static size_t
 demux_internal(float *dst, char *src,
               size_t n, int chan, sound_jack_aj_data_t *f)
 {