agent: Add a missing forward declaration
authorPhilip Withnall <philip.withnall@collabora.co.uk>
Fri, 25 Apr 2014 07:21:55 +0000 (08:21 +0100)
committerPhilip Withnall <philip.withnall@collabora.co.uk>
Fri, 25 Apr 2014 07:22:34 +0000 (08:22 +0100)
agent/agent.c

index 437bd57..55d498e 100644 (file)
@@ -1968,6 +1968,8 @@ nice_agent_set_relay_info(NiceAgent *agent,
 
 #ifdef HAVE_GUPNP
 
+static void agent_check_upnp_gathering_done (NiceAgent *agent);
+
 static gboolean priv_upnp_timeout_cb (gpointer user_data)
 {
   NiceAgent *agent = (NiceAgent*)user_data;