Changeset 758:2bb998ad89ce in roaraudio for include/libroar/stream.h


Ignore:
Timestamp:
09/05/08 04:27:08 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added roar_stream_passfh()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/stream.h

    r690 r758  
    6161int roar_stream_connect_to (struct roar_connection * con, struct roar_stream * s, int type, char * host, int port); 
    6262int roar_stream_connect_to_ask (struct roar_connection * con, struct roar_stream * s, int type, char * host, int port); 
     63int roar_stream_passfh  (struct roar_connection * con, struct roar_stream * s, int fh); 
    6364 
    6465int roar_stream_add_data (struct roar_connection * con, struct roar_stream * s, char * data, size_t len); 
Note: See TracChangeset for help on using the changeset viewer.