summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-threads.h
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2006-09-13 19:09:45 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2006-09-13 19:09:45 +0000
commit642335f681c26b78a1a0e2f2167d2f0e7beb6807 (patch)
tree1ff61a4843a4698bfaecb453f2fe183b5a2e3a6b /dbus/dbus-threads.h
parent15c60238853f2896738c23b53e574b5d9cae1635 (diff)
* dbus-threads.c (dbus_threads_init_default): New method for
initializing the internal thread implementation (Patch from Alexander Larsson <alexl at redhat dot com>)
Diffstat (limited to 'dbus/dbus-threads.h')
-rw-r--r--dbus/dbus-threads.h1
1 files changed, 1 insertions, 0 deletions
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