Changeset 5238:5117fb0e7ed4 in roaraudio for libroar/vio_stream.c


Ignore:
Timestamp:
11/12/11 17:41:13 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Removed roar_stream_connect(), roar_stream_add_data(), roar_stream_send_data() and roar_stream_set_flags().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/vio_stream.c

    r5118 r5238  
    121121 } 
    122122 
    123  if ( roar_stream_connect2(con, &stream, dir, -1) == -1 ) { 
     123 if ( roar_stream_connect(con, &stream, dir, -1) == -1 ) { 
    124124  err = roar_error; 
    125125  roar_disconnect(con); 
Note: See TracChangeset for help on using the changeset viewer.