Changeset 81:d4aa20e568c9 in roaraudio for include/libroar/stream.h


Ignore:
Timestamp:
07/12/08 18:16:25 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added roar_stream_connect_to() to libroar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/stream.h

    r0 r81  
    1818 
    1919int roar_stream_exec    (struct roar_connection * con, struct roar_stream * s); 
     20int roar_stream_connect_to (struct roar_connection * con, struct roar_stream * s, int type, char * host, int port); 
    2021 
    2122int 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.