Changeset 773:8e54a8bd56be in roaraudio for include/libroar


Ignore:
Timestamp:
09/07/08 04:37:44 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added roar_stream_attach_simple()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/stream.h

    r758 r773  
    6363int roar_stream_passfh  (struct roar_connection * con, struct roar_stream * s, int fh); 
    6464 
     65int roar_stream_attach_simple (struct roar_connection * con, struct roar_stream * s, int client); 
     66 
    6567int roar_stream_add_data (struct roar_connection * con, struct roar_stream * s, char * data, size_t len); 
    6668 
Note: See TracChangeset for help on using the changeset viewer.