summaryrefslogtreecommitdiff
path: root/agent/discovery.h
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2014-04-22 17:10:28 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2014-04-24 21:04:31 -0400
commitd510f45d4472930b6f3df9fc35f0b87f9d7a5230 (patch)
treeb3a0f9e53e5880914c79b1a5fedea2963a30f63d /agent/discovery.h
parent9057acc5300a6038c73cee25470a4c0950f3d31c (diff)
downloadlibnice-d510f45d4472930b6f3df9fc35f0b87f9d7a5230.tar.gz
discovery: Use g_slist_free_full for candidate refresh list
Diffstat (limited to 'agent/discovery.h')
-rw-r--r--agent/discovery.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/agent/discovery.h b/agent/discovery.h
index 6d848a5..e4cc20a 100644
--- a/agent/discovery.h
+++ b/agent/discovery.h
@@ -82,7 +82,6 @@ typedef struct
StunMessage stun_resp_msg;
} CandidateRefresh;
-void refresh_free_item (gpointer data, gpointer user_data);
void refresh_free (NiceAgent *agent);
void refresh_prune_stream (NiceAgent *agent, guint stream_id);
void refresh_cancel (CandidateRefresh *refresh);