Changeset 5369:dfc6cbfe8025 in roaraudio for include/libroar/socket.h


Ignore:
Timestamp:
12/21/11 01:08:49 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

moved +fork out of socket.c into basic.c, now also support +fork=d:daemon and +fork=!daemon_command

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/socket.h

    r5364 r5369  
    6262 
    6363int roar_socket_open       (int mode, int type, const char * host, int port); 
    64 int roar_socket_open_fork  (int mode, const char * host, int port); 
    6564int roar_socket_open_file  (int mode, const char * host, int port) _LIBROAR_ATTR_TO_STATIC; 
    6665int roar_socket_open_proxy (int mode, int type, const char * host, int port, const char * proxy_type) _LIBROAR_ATTR_TO_STATIC; 
Note: See TracChangeset for help on using the changeset viewer.