Commit 77c7dfa9 authored by Philip Withnall's avatar Philip Withnall

agent: Add a missing forward declaration

parent e1d19e27
...@@ -1968,6 +1968,8 @@ nice_agent_set_relay_info(NiceAgent *agent, ...@@ -1968,6 +1968,8 @@ nice_agent_set_relay_info(NiceAgent *agent,
#ifdef HAVE_GUPNP #ifdef HAVE_GUPNP
static void agent_check_upnp_gathering_done (NiceAgent *agent);
static gboolean priv_upnp_timeout_cb (gpointer user_data) static gboolean priv_upnp_timeout_cb (gpointer user_data)
{ {
NiceAgent *agent = (NiceAgent*)user_data; NiceAgent *agent = (NiceAgent*)user_data;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment