summaryrefslogtreecommitdiff
path: root/test/test-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-utils.h')
-rw-r--r--test/test-utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test-utils.h b/test/test-utils.h
index 0d3f3690..b526e927 100644
--- a/test/test-utils.h
+++ b/test/test-utils.h
@@ -34,5 +34,7 @@ dbus_bool_t test_server_setup (TestMainContext *ctx,
DBusServer *server);
void test_server_shutdown (TestMainContext *ctx,
DBusServer *server);
+void test_pending_call_store_reply (DBusPendingCall *pc,
+ void *data);
#endif