aboutsummaryrefslogtreecommitdiffstats
path: root/src/pipe.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pipe.h')
-rw-r--r--src/pipe.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pipe.h b/src/pipe.h
index f65e12d49..78389d062 100644
--- a/src/pipe.h
+++ b/src/pipe.h
@@ -164,4 +164,9 @@ bool music_pipe_tag(const struct tag *tag);
void music_pipe_skip(unsigned num);
+#ifndef NDEBUG
+void music_pipe_check_format(const struct audio_format *current,
+ int next_index, const struct audio_format *next);
+#endif
+
#endif