Changeset 81:d4aa20e568c9 in roaraudio for libroar/socket.c


Ignore:
Timestamp:
07/12/08 18:16:25 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added roar_stream_connect_to() to libroar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/socket.c

    r75 r81  
    33#include "libroar.h" 
    44 
     5/* old... 
    56#define MODE_LISTEN  1 
    67#define MODE_CONNECT 2 
     8*/ 
     9#define MODE_LISTEN  ROAR_SOCKET_MODE_LISTEN 
     10#define MODE_CONNECT ROAR_SOCKET_MODE_CONNECT 
    711 
    812int roar_socket_new_tcp (void) { 
Note: See TracChangeset for help on using the changeset viewer.