Changeset 5375:2b4d1e027b2d in roaraudio for libroar/vio.c


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
  • libroar/vio.c

    r5278 r5375  
    346346 } 
    347347 
    348  if ( (fh = roar_socket_connect(host, port)) == -1 ) 
     348 if ( (fh = roar_socket_connect(ROAR_SOCKET_TYPE_UNKNOWN, host, port)) == -1 ) 
    349349  return -1; 
    350350 
Note: See TracChangeset for help on using the changeset viewer.