shithub: sox

Download patch

ref: 23014ab4d08206645f50ef9f89003b57674c449b
parent: 45bbdcf9851f0a633928b0fb3398a92e3808fdc7
author: rrt <rrt>
date: Thu Apr 26 15:59:27 EDT 2007

Make start function static again, as it was and should be.

--- a/src/raw.h
+++ b/src/raw.h
@@ -10,7 +10,7 @@
  */
 
 #define RAW_FORMAT0(id, size, flags, encoding) \
-int id ## _start(ft_t ft) { \
+static int id ## _start(ft_t ft) { \
   return sox_rawstart(ft, sox_true, sox_true, SOX_ENCODING_ ## encoding, SOX_SIZE_ ## size); \
 } \
 const sox_format_t *sox_ ## id ## _format_fn(void); \