diff options
author | John (J5) Palmieri <johnp@redhat.com> | 2006-09-07 19:02:22 +0000 |
---|---|---|
committer | John (J5) Palmieri <johnp@redhat.com> | 2006-09-07 19:02:22 +0000 |
commit | b19511946fa6a3ae228e97a02ab6b6aeed9fffb9 (patch) | |
tree | 7c94aefcadd526bce65419fd990e763c1533170e /dbus | |
parent | 14b178a2223ce78017978228fee1ce56c94c032d (diff) |
* dbus/dbus-connection-internal.h: Add prototype for
_dbus_connection_test_get_locks to remove warning
Diffstat (limited to 'dbus')
-rw-r--r-- | dbus/dbus-connection-internal.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 |