mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-09 22:01:52 +00:00
this was alraedy in there, whoops
This commit is contained in:
@@ -1408,7 +1408,6 @@ SWITCH_DECLARE(switch_status_t) switch_match_glob(const char *pattern, switch_ar
|
||||
SWITCH_DECLARE(switch_status_t) switch_os_sock_get(switch_os_socket_t *thesock, switch_socket_t *sock);
|
||||
SWITCH_DECLARE(switch_status_t) switch_os_sock_put(switch_socket_t **sock, switch_os_socket_t *thesock, switch_memory_pool_t *pool);
|
||||
SWITCH_DECLARE(switch_status_t) switch_socket_addr_get(switch_sockaddr_t ** sa, switch_bool_t remote, switch_socket_t *sock);
|
||||
SWITCH_DECLARE(switch_status_t) switch_os_sock_put(switch_socket_t **sock, switch_os_socket_t *thesock, switch_memory_pool_t *pool);
|
||||
/**
|
||||
* Create an anonymous pipe.
|
||||
* @param in The file descriptor to use as input to the pipe.
|
||||
|
||||
Reference in New Issue
Block a user