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
  • roarclients/roarsockconnect.c

    r4708 r5375  
    4545 port     = atoi(argv[2]); 
    4646 
    47  if ( (fh = roar_socket_connect(argv[1], port)) == -1 ) { 
     47 if ( (fh = roar_socket_connect(ROAR_SOCKET_TYPE_UNKNOWN, argv[1], port)) == -1 ) { 
    4848  ROAR_ERR("Error: can not connect!"); 
    4949  return 1; 
Note: See TracChangeset for help on using the changeset viewer.