summaryrefslogtreecommitdiff
path: root/socket/udp-turn.h
diff options
context:
space:
mode:
Diffstat (limited to 'socket/udp-turn.h')
-rw-r--r--socket/udp-turn.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/socket/udp-turn.h b/socket/udp-turn.h
index ba31636..b1eeeb4 100644
--- a/socket/udp-turn.h
+++ b/socket/udp-turn.h
@@ -75,6 +75,9 @@ nice_udp_turn_socket_set_ms_realm(NiceSocket *sock, StunMessage *msg);
void
nice_udp_turn_socket_set_ms_connection_id (NiceSocket *sock, StunMessage *msg);
+void
+nice_udp_turn_socket_cache_realm_nonce (NiceSocket *sock, StunMessage *msg);
+
G_END_DECLS