cmAudioPortOsx.h : Added cmApOsxTest().

This commit is contained in:
Kevin Larke 2014-11-20 15:51:44 -08:00
parent eddc01b445
commit 1e4ace93ad

View File

@ -23,6 +23,8 @@ extern "C" {
cmApRC_t cmApOsxDeviceStop( unsigned devIdx ); cmApRC_t cmApOsxDeviceStop( unsigned devIdx );
bool cmApOsxDeviceIsStarted( unsigned devIdx ); bool cmApOsxDeviceIsStarted( unsigned devIdx );
void cmApOsxTest( cmRpt_t* );
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif