summaryrefslogtreecommitdiff
path: root/agent/agent-priv.h
diff options
context:
space:
mode:
authorYouness Alaoui <youness.alaoui@collabora.co.uk>2008-12-08 15:20:40 -0500
committerYouness Alaoui <youness.alaoui@collabora.co.uk>2008-12-08 15:20:40 -0500
commite416912e14291d37bed7e6c6b96669ec2d8f5a09 (patch)
tree751a4db1d1be823a2563243aaa2b362881214400 /agent/agent-priv.h
parent68b829bb776b31a282168ce80d7fbe4411a43c9c (diff)
downloadlibnice-e416912e14291d37bed7e6c6b96669ec2d8f5a09.tar.gz
Change the priv_agent_to_turn_* functions into non static functions instead of duplicating them
Diffstat (limited to 'agent/agent-priv.h')
-rw-r--r--agent/agent-priv.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/agent/agent-priv.h b/agent/agent-priv.h
index c08bd53..28f0cd3 100644
--- a/agent/agent-priv.h
+++ b/agent/agent-priv.h
@@ -50,6 +50,8 @@
#include "conncheck.h"
#include "component.h"
#include "stun/stunagent.h"
+#include "stun/usages/turn.h"
+#include "stun/usages/ice.h"
/* XXX: starting from ICE ID-18, Ta SHOULD now be set according
* to session bandwidth -> this is not yet implemented in NICE */
@@ -140,4 +142,8 @@ void agent_attach_stream_component_socket (NiceAgent *agent,
Component *component,
NiceSocket *socket);
+StunUsageIceCompatibility agent_to_ice_compatibility (NiceAgent *agent);
+StunUsageTurnCompatibility agent_to_turn_compatibility (NiceAgent *agent);
+NiceTurnSocketCompatibility agent_to_turn_socket_compatibility (NiceAgent *agent);
+
#endif /*_NICE_AGENT_PRIV_H */