From 642335f681c26b78a1a0e2f2167d2f0e7beb6807 Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Wed, 13 Sep 2006 19:09:45 +0000 Subject: * dbus-threads.c (dbus_threads_init_default): New method for initializing the internal thread implementation (Patch from Alexander Larsson ) --- dbus/dbus-threads.h | 1 + 1 file changed, 1 insertion(+) (limited to 'dbus/dbus-threads.h') diff --git a/dbus/dbus-threads.h b/dbus/dbus-threads.h index f5c3332a..8d8e072a 100644 --- a/dbus/dbus-threads.h +++ b/dbus/dbus-threads.h @@ -98,6 +98,7 @@ typedef struct } DBusThreadFunctions; dbus_bool_t dbus_threads_init (const DBusThreadFunctions *functions); +dbus_bool_t dbus_threads_init_default (void); DBUS_END_DECLS -- cgit