Changeset 5238:5117fb0e7ed4 in roaraudio for roarclients/roarmonhttp.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
  • roarclients/roarmonhttp.c

    r5109 r5238  
    331331 } 
    332332 
    333  if ( roar_stream_connect2(&con, &s, dir, -1) == -1 ) { 
     333 if ( roar_stream_connect(&con, &s, dir, -1) == -1 ) { 
    334334  roar_disconnect(&con); 
    335335  return 11; 
     
    337337 
    338338 if ( sflags != ROAR_FLAG_NONE ) { 
    339   if ( roar_stream_set_flags2(&con, &s, sflags, ROAR_SET_FLAG) == -1 ) { 
     339  if ( roar_stream_set_flags(&con, &s, sflags, ROAR_SET_FLAG) == -1 ) { 
    340340   roar_disconnect(&con); 
    341341   return 14; 
Note: See TracChangeset for help on using the changeset viewer.