mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +00:00
this was alraedy in there, whoops
This commit is contained in:
parent
c1e9b0d414
commit
dac4afbfdb
@ -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.
|
||||
|
@ -653,11 +653,6 @@ SWITCH_DECLARE(switch_interval_time_t) switch_interval_time_from_timeval(struct
|
||||
|
||||
/* socket stubs */
|
||||
|
||||
SWITCH_DECLARE(switch_status_t) switch_os_sock_put(switch_socket_t **sock, switch_os_socket_t *thesock, switch_memory_pool_t *pool)
|
||||
{
|
||||
return apr_os_sock_put(sock, thesock, pool);
|
||||
}
|
||||
|
||||
SWITCH_DECLARE(switch_status_t) switch_os_sock_get(switch_os_socket_t *thesock, switch_socket_t *sock)
|
||||
{
|
||||
return apr_os_sock_get(thesock, sock);
|
||||
|
Loading…
x
Reference in New Issue
Block a user