diff options
Diffstat (limited to 'src/output_all.h')
-rw-r--r-- | src/output_all.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/output_all.h b/src/output_all.h index 603cb30a2..8c3f1e80d 100644 --- a/src/output_all.h +++ b/src/output_all.h @@ -142,6 +142,12 @@ void audio_output_all_cancel(void); /** + * Indicate that a new song will begin now. + */ +void +audio_output_all_song_border(void); + +/** * Returns the "elapsed_time" stamp of the most recently finished * chunk. A negative value is returned when no chunk has been * finished yet. |