summaryrefslogtreecommitdiff
path: root/dbus/dbus-object-tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/dbus-object-tree.c')
-rw-r--r--dbus/dbus-object-tree.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/dbus/dbus-object-tree.c b/dbus/dbus-object-tree.c
index 6ac58ef3d..498d6158b 100644
--- a/dbus/dbus-object-tree.c
+++ b/dbus/dbus-object-tree.c
@@ -1674,7 +1674,8 @@ find_subtree_registered_or_unregistered (DBusObjectTree *tree,
/* Returns TRUE if the right thing happens, but the right thing might
* be OOM. */
static dbus_bool_t
-object_tree_test_iteration (void *data)
+object_tree_test_iteration (void *data,
+ dbus_bool_t have_memory)
{
const char *path0[] = { NULL };
const char *path1[] = { "foo", NULL };