diff options
Diffstat (limited to '')
-rw-r--r-- | src/OutputThread.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/OutputThread.hxx b/src/OutputThread.hxx index 1a7932162..1cdbd65f2 100644 --- a/src/OutputThread.hxx +++ b/src/OutputThread.hxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2013 The Music Player Daemon Project + * Copyright (C) 2003-2014 The Music Player Daemon Project * http://www.musicpd.org * * This program is free software; you can redistribute it and/or modify @@ -22,6 +22,7 @@ struct audio_output; -void audio_output_thread_start(struct audio_output *ao); +void +audio_output_thread_start(audio_output *ao); #endif |