Remove g_socket_set/get_reuse_address from header

These functions have been removed.
This commit is contained in:
Alexander Larsson 2009-05-18 09:28:26 +02:00
parent 13cb011762
commit 66d49b8bde

View File

@ -92,9 +92,6 @@ GSocketAddress * g_socket_get_remote_address (GSocket
void g_socket_set_blocking (GSocket *socket,
gboolean blocking);
gboolean g_socket_get_blocking (GSocket *socket);
void g_socket_set_reuse_address (GSocket *socket,
gboolean reuse);
gboolean g_socket_get_reuse_address (GSocket *socket);
void g_socket_set_keepalive (GSocket *socket,
gboolean keepalive);
gboolean g_socket_get_keepalive (GSocket *socket);