From 12bcba8b89ad503cbdfb8261c5c26b9f87860345 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 29 Aug 2008 09:01:53 +0200 Subject: pass constant pointers And again, convert arguments to const. --- src/audio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/audio.h') diff --git a/src/audio.h b/src/audio.h index c9dea54d2..0032cff22 100644 --- a/src/audio.h +++ b/src/audio.h @@ -55,7 +55,7 @@ int isAudioDeviceOpen(void); int isCurrentAudioFormat(const AudioFormat * audioFormat); -void sendMetadataToAudioDevice(MpdTag * tag); +void sendMetadataToAudioDevice(const MpdTag * tag); /* these functions are called in the main parent process while the child process is busy playing to the audio */ -- cgit v1.2.3