chiark / gitweb /
Use hands-off reader in MP3 decoding.
[disorder] / lib / coreaudio.h
index 6e620536b7ac64d49ec5bae19bf1e5cabf81a85f..706f609a82e2ee3be7d88c5d6ecba463c0d9c9c0 100644 (file)
@@ -16,7 +16,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 /** @file lib/coreaudio.h
- * @brief Support for @ref BACKEND_COREAUDIO
+ * @brief Support for Apple Core Audio
  */
 
 #ifndef COREAUDIO_H
@@ -24,6 +24,7 @@
 
 #include <CoreAudio/AudioHardware.h>
 
+void coreaudio_fatal(OSStatus err, const char *fmt, ...);
 AudioDeviceID coreaudio_getdevice(const char *name);
 
 #endif /* COREAUDIO_H */