Browse Source

cmAudioPortOsx.h : Added cmApOsxTest().

master
Kevin Larke 10 years ago
parent
commit
1e4ace93ad
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      osx/cmAudioPortOsx.h

+ 2
- 0
osx/cmAudioPortOsx.h View File

23
   cmApRC_t      cmApOsxDeviceStop(  unsigned devIdx );
23
   cmApRC_t      cmApOsxDeviceStop(  unsigned devIdx );
24
   bool          cmApOsxDeviceIsStarted( unsigned devIdx );
24
   bool          cmApOsxDeviceIsStarted( unsigned devIdx );
25
 
25
 
26
+  void          cmApOsxTest( cmRpt_t* );
27
+
26
 #ifdef __cplusplus
28
 #ifdef __cplusplus
27
 }
29
 }
28
 #endif
30
 #endif

Loading…
Cancel
Save