]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
this was alraedy in there, whoops
authorMichael Jerris <mike@jerris.com>
Sun, 28 Sep 2014 14:40:57 +0000 (10:40 -0400)
committerMichael Jerris <mike@jerris.com>
Sun, 28 Sep 2014 14:40:57 +0000 (10:40 -0400)
src/include/switch_apr.h
src/switch_apr.c

index ea08dc797b3b86f8aab9b710883a2d51ffe8f0ba..0f872e229687dbe70cb434d1418ac6a98d71db41 100644 (file)
@@ -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.
index bad894604cd315720bc16b593579affbce34b2fb..5e7dc52dbd072af08e5d59e95b1abeb328d1337a 100644 (file)
@@ -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);