From b19511946fa6a3ae228e97a02ab6b6aeed9fffb9 Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Thu, 7 Sep 2006 19:02:22 +0000 Subject: * dbus/dbus-connection-internal.h: Add prototype for _dbus_connection_test_get_locks to remove warning --- ChangeLog | 5 +++++ dbus/dbus-connection-internal.h | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index a8f00bfa..adec6ca0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-09-07 John (J5) Palmieri + + * dbus/dbus-connection-internal.h: Add prototype for + _dbus_connection_test_get_locks to remove warning + 2006-09-07 John (J5) Palmieri * dbus/dbus-spawn.c (_dbus_spawn_async_with_babysitter): Make sure we diff --git a/dbus/dbus-connection-internal.h b/dbus/dbus-connection-internal.h index 4506f634..6f42e168 100644 --- a/dbus/dbus-connection-internal.h +++ b/dbus/dbus-connection-internal.h @@ -94,6 +94,12 @@ dbus_bool_t _dbus_connection_send_and_unlock (DBusConnection void _dbus_connection_queue_synthesized_message_link (DBusConnection *connection, DBusList *link); +void _dbus_connection_test_get_locks (DBusConnection *conn, + DBusMutex **mutex_loc, + DBusMutex **dispatch_mutex_loc, + DBusMutex **io_path_mutex_loc, + DBusCondVar **dispatch_cond_loc, + DBusCondVar **io_path_cond_loc); DBUS_END_DECLS -- cgit