Changeset 5237:9dad2e237a34 in roaraudio for libroar/simple.c


Ignore:
Timestamp:
11/12/11 16:54:06 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Removed roar_connect_raw() and roar_connect().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/simple.c

    r5226 r5237  
    4444 ROAR_DBG("roar_simple_connect(*): trying to connect..."); 
    4545 
    46  if ( roar_connect2(con, server, flags, timeout) == -1 ) { 
     46 if ( roar_connect(con, server, flags, timeout) == -1 ) { 
    4747  ROAR_DBG("roar_simple_connect(*): roar_connect() faild!"); 
    4848  return -1; 
Note: See TracChangeset for help on using the changeset viewer.