chiark / gitweb /
uaudio_apis[] is a constant
authorRichard Kettlewell <rjk@greenend.org.uk>
Tue, 3 Mar 2009 20:40:01 +0000 (20:40 +0000)
committerRichard Kettlewell <rjk@greenend.org.uk>
Tue, 3 Mar 2009 20:40:01 +0000 (20:40 +0000)
lib/uaudio-apis.c
lib/uaudio.h

index 7ac176b92373da942ebc8400504d951f53adb9fd..b864aa05834bed6c487fcf9d74a8d1a1a6b3618d 100644 (file)
@@ -30,7 +30,7 @@
  * The first one will be used as a default, so putting ALSA before OSS
  * constitutes a policy decision.
  */
-const struct uaudio *uaudio_apis[] = {
+const struct uaudio *const  uaudio_apis[] = {
 #if HAVE_COREAUDIO_AUDIOHARDWARE_H
   &uaudio_coreaudio,
 #endif  
index 119d6b6bef73d75f6cc923b87651a4b1b8928b7c..ba62fedcc983c91f8ea746e8f4f69a0ce75f06d8 100644 (file)
@@ -126,7 +126,7 @@ extern const struct uaudio uaudio_rtp;
 
 extern const struct uaudio uaudio_command;
 
-extern const struct uaudio *uaudio_apis[];
+extern const struct uaudio *const uaudio_apis[];
 
 #endif /* UAUDIO_H */