From 1e4ace93ad7a357c12e434cde62600d37055778f Mon Sep 17 00:00:00 2001 From: Kevin Larke Date: Thu, 20 Nov 2014 15:51:44 -0800 Subject: [PATCH] cmAudioPortOsx.h : Added cmApOsxTest(). --- osx/cmAudioPortOsx.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/osx/cmAudioPortOsx.h b/osx/cmAudioPortOsx.h index f7e4649..f87ba35 100644 --- a/osx/cmAudioPortOsx.h +++ b/osx/cmAudioPortOsx.h @@ -23,6 +23,8 @@ extern "C" { cmApRC_t cmApOsxDeviceStop( unsigned devIdx ); bool cmApOsxDeviceIsStarted( unsigned devIdx ); + void cmApOsxTest( cmRpt_t* ); + #ifdef __cplusplus } #endif