summaryrefslogtreecommitdiff
path: root/socket/tcp-passive.h
diff options
context:
space:
mode:
Diffstat (limited to 'socket/tcp-passive.h')
-rw-r--r--socket/tcp-passive.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/socket/tcp-passive.h b/socket/tcp-passive.h
index 37e780b..914f081 100644
--- a/socket/tcp-passive.h
+++ b/socket/tcp-passive.h
@@ -46,6 +46,9 @@ G_BEGIN_DECLS
NiceSocket * nice_tcp_passive_socket_new (GMainContext *ctx, NiceAddress *addr);
NiceSocket * nice_tcp_passive_socket_accept (NiceSocket *socket);
+void nice_tcp_passive_socket_remove_connection (NiceSocket *socket,
+ const NiceAddress *to);
+
G_END_DECLS