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
  • roarclients/roarinterconnect.c

    r5185 r5238  
    505505 } 
    506506 
    507  if ( roar_stream_connect2(con, stream, localdir, -1) == -1 ) { 
     507 if ( roar_stream_connect(con, stream, localdir, -1) == -1 ) { 
    508508  roar_disconnect(con); 
    509509  return 22; 
Note: See TracChangeset for help on using the changeset viewer.