summaryrefslogtreecommitdiff
path: root/dbus/dbus-threads-internal.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-02-14 19:39:41 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-02-21 14:41:05 +0000
commit4d4da20ce7e4eebc6b4467d193cb7cec4cfeb17a (patch)
treedfdc3974fee6395334b7b919980bb349c2d50b9d /dbus/dbus-threads-internal.h
parente90b160011b262c4d1d5e11b0099f60929077f3f (diff)
downloaddbus-4d4da20ce7e4eebc6b4467d193cb7cec4cfeb17a.tar.gz
Make _dbus_mutex_new, _dbus_mutex_free static
They're only called within their module. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=43744 Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Thiago Macieira <thiago@kde.org>
Diffstat (limited to 'dbus/dbus-threads-internal.h')
-rw-r--r--dbus/dbus-threads-internal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/dbus/dbus-threads-internal.h b/dbus/dbus-threads-internal.h
index 11f9ce20..68aa20af 100644
--- a/dbus/dbus-threads-internal.h
+++ b/dbus/dbus-threads-internal.h
@@ -29,8 +29,6 @@
DBUS_BEGIN_DECLS
-DBusMutex* _dbus_mutex_new (void);
-void _dbus_mutex_free (DBusMutex *mutex);
void _dbus_mutex_lock (DBusMutex *mutex);
void _dbus_mutex_unlock (DBusMutex *mutex);
void _dbus_mutex_new_at_location (DBusMutex **location_p);