summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-04-23 17:28:58 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-04-23 17:29:01 -0400
commit796915d422703d2c444483f5a9d313daaccfd574 (patch)
treedb557924a10e89bf127ef423a31aa11f7c4f83e7 /tests
parent09a5b0817e347b16a81c974c1373a1420a883795 (diff)
downloadgupnp-igd-796915d422703d2c444483f5a9d313daaccfd574.tar.gz
Update test to match updated error signal
Diffstat (limited to 'tests')
-rw-r--r--tests/gtest/gupnp-simple-igd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/gtest/gupnp-simple-igd.c b/tests/gtest/gupnp-simple-igd.c
index d3692dd..cf426ff 100644
--- a/tests/gtest/gupnp-simple-igd.c
+++ b/tests/gtest/gupnp-simple-igd.c
@@ -209,7 +209,8 @@ mapped_external_port_cb (GUPnPSimpleIgd *igd, gchar *proto,
static void
error_mapping_port_cb (GUPnPSimpleIgd *igd, GError *error, gchar *proto,
- guint external_port, gchar *description, gpointer user_data)
+ guint external_port, gchar *local_ip, guint local_port,
+ gchar *description, gpointer user_data)
{
g_assert_not_reached ();
}