Changeset 82:395b9657ca85 in roaraudio for include/libroar/stream.h


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

added roar_simple_new_stream()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/stream.h

    r81 r82  
    1919int roar_stream_exec    (struct roar_connection * con, struct roar_stream * s); 
    2020int roar_stream_connect_to (struct roar_connection * con, struct roar_stream * s, int type, char * host, int port); 
     21int roar_stream_connect_to_ask (struct roar_connection * con, struct roar_stream * s, int type, char * host, int port); 
    2122 
    2223int 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.