Changeset 5375:2b4d1e027b2d in roaraudio for roard


Ignore:
Timestamp:
12/22/11 21:16:34 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

made some _LIBROAR_ATTR_TO_STATIC functions static

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/roard.c

    r5350 r5375  
    855855     unsetenv("ROAR_PROXY"); 
    856856    } 
    857     if ( (sock = roar_socket_connect(addr, port)) != -1 ) { 
     857    if ( (sock = roar_socket_connect(ROAR_SOCKET_TYPE_UNKNOWN, addr, port)) != -1 ) { 
    858858     close(sock); 
    859859     ROAR_ERR("Can not open listen socket: Socket allready in use"); 
Note: See TracChangeset for help on using the changeset viewer.