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

    r5145 r5238  
    5252 
    5353 roar_libroar_nowarn(); 
    54  if ( roar_connect2(&con, c->server, 0, 0) == -1 ) { 
     54 if ( roar_connect(&con, c->server, 0, 0) == -1 ) { 
    5555  roar_libroar_warn(); 
    5656  return -1; 
Note: See TracChangeset for help on using the changeset viewer.