Changeset 66:a75c2005faeb in roaraudio for roard/streams.c


Ignore:
Timestamp:
07/12/08 13:38:56 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

finaly got sources working!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/streams.c

    r53 r66  
    121121} 
    122122 
     123int streams_get_fh     (int id) { 
     124 if ( g_streams[id] == NULL ) 
     125  return -1; 
     126 
     127 return ((struct roar_stream *)g_streams[id])->fh; 
     128} 
    123129 
    124130int streams_get    (int id, struct roar_stream_server ** stream) { 
Note: See TracChangeset for help on using the changeset viewer.