summaryrefslogtreecommitdiffstats
path: root/common/dbus.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-05-08 18:49:45 +0000
committerMarcel Holtmann <marcel@holtmann.org>2008-05-08 18:49:45 +0000
commit6bf91edf6cdb840c0f40572f1a20d381fd2cdc5e (patch)
treee8974e7376232e7b2f7467f96b0cb4f7a9693757 /common/dbus.h
parent4d39e4d2ea552e2d4ad36c085700f513e10be7e0 (diff)
Remove uneeded D-Bus API extension
Diffstat (limited to 'common/dbus.h')
-rw-r--r--common/dbus.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/common/dbus.h b/common/dbus.h
index 5b133191..94244eb6 100644
--- a/common/dbus.h
+++ b/common/dbus.h
@@ -47,9 +47,6 @@ int name_listener_remove(DBusConnection *connection, const char *name,
gboolean name_listener_id_remove(guint id);
int name_listener_indicate_disconnect(DBusConnection *connection);
-dbus_bool_t dbus_bus_get_unix_process_id(DBusConnection *conn, const char *name,
- unsigned long *pid);
-
static inline DBusHandlerResult send_message_and_unref(DBusConnection *conn, DBusMessage *msg)
{
if (msg) {