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

    r5109 r5238  
    198198 } 
    199199 
    200  if ( roar_stream_connect2(&con, &s, dir, -1) == -1 ) { 
     200 if ( roar_stream_connect(&con, &s, dir, -1) == -1 ) { 
    201201  fprintf(stderr, "Error: can not connect stream to server\n"); 
    202202  roar_disconnect(&con); 
     
    205205 
    206206 if ( prethru ) { 
    207   if ( roar_stream_set_flags2(&con, &s, ROAR_FLAG_PRETHRU, ROAR_SET_FLAG) == -1 ) { 
     207  if ( roar_stream_set_flags(&con, &s, ROAR_FLAG_PRETHRU, ROAR_SET_FLAG) == -1 ) { 
    208208   fprintf(stderr, "Error: can not set prethru flag on stream\n"); 
    209209   roar_disconnect(&con); 
Note: See TracChangeset for help on using the changeset viewer.