summaryrefslogtreecommitdiffstats
path: root/common/dbus.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/dbus.h')
-rw-r--r--common/dbus.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/common/dbus.h b/common/dbus.h
index 2a182ac8..5b133191 100644
--- a/common/dbus.h
+++ b/common/dbus.h
@@ -60,9 +60,4 @@ static inline DBusHandlerResult send_message_and_unref(DBusConnection *conn, DBu
return DBUS_HANDLER_RESULT_HANDLED;
}
-int set_nonblocking(int fd);
-
-void register_external_service(DBusConnection *conn, const char *identifier,
- const char *name, const char *description);
-
#endif /* __H_BLUEZ_DBUS_H__ */