Changeset 2721:c3d01f76c247 in roaraudio for roard/rdtcs.c


Ignore:
Timestamp:
09/15/09 01:29:16 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added stubs for rdtcs_check_stream() and rdtcs_send_stream()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/rdtcs.c

    r2719 r2721  
    4747} 
    4848 
     49int rdtcs_check_stream  (int id) { 
     50 return -1; 
     51} 
     52 
     53int rdtcs_send_stream   (int id) { 
     54 return -1; 
     55} 
     56 
    4957#endif 
    5058 
Note: See TracChangeset for help on using the changeset viewer.