Changeset 1821:09e0eed94c03 in roaraudio for roard/light.c


Ignore:
Timestamp:
05/22/09 23:56:51 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added function subs: light_check_stream() and light_send_stream()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/light.c

    r1819 r1821  
    6464} 
    6565 
     66int light_check_stream  (int id) { 
     67 return 0; 
     68} 
     69 
     70int light_send_stream   (int id) { 
     71 return 0; 
     72} 
     73 
    6674//ll 
Note: See TracChangeset for help on using the changeset viewer.