summaryrefslogtreecommitdiff
path: root/agent/conncheck.h
diff options
context:
space:
mode:
Diffstat (limited to 'agent/conncheck.h')
-rw-r--r--agent/conncheck.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/agent/conncheck.h b/agent/conncheck.h
index 3d3fa4d..e6c2c62 100644
--- a/agent/conncheck.h
+++ b/agent/conncheck.h
@@ -96,6 +96,7 @@ struct _CandidateCheckPair
int conn_check_add_for_candidate (NiceAgent *agent, guint stream_id, Component *component, NiceCandidate *remote);
int conn_check_add_for_local_candidate (NiceAgent *agent, guint stream_id, Component *component, NiceCandidate *local);
+gboolean conn_check_add_for_candidate_pair (NiceAgent *agent, guint stream_id, Component *component, NiceCandidate *local, NiceCandidate *remote);
void conn_check_free (NiceAgent *agent);
gboolean conn_check_schedule_next (NiceAgent *agent);
int conn_check_send (NiceAgent *agent, CandidateCheckPair *pair);