Changeset 73:7eb32a675a95 in roaraudio for libroaresd/esdbasic.c


Ignore:
Timestamp:
07/12/08 15:34:46 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added some more simple things, including fallback support via +fork

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroaresd/esdbasic.c

    r0 r73  
    1010 struct roar_connection con; 
    1111 
    12  if ( roar_simple_connect(&con, host, NULL) == -1 ) { 
     12 if ( roar_simple_connect(&con, (char*) host, NULL) == -1 ) { 
    1313  ROAR_DBG("esd_open_sound(*): roar_simple_connect() faild!"); 
    1414  return -1; 
     
    1919 
    2020/* send the authorization cookie, create one if needed */ 
    21 int esd_send_auth( int sock ); 
     21int esd_send_auth( int sock ) { 
     22 return 0; 
     23} 
    2224 
    2325/* closes fd, previously obtained by esd_open */ 
Note: See TracChangeset for help on using the changeset viewer.