summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-transport-unix.h
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/dbus-transport-unix.h')
-rw-r--r--dbus/dbus-transport-unix.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/dbus/dbus-transport-unix.h b/dbus/dbus-transport-unix.h
index 73986ba6..ebd04ec9 100644
--- a/dbus/dbus-transport-unix.h
+++ b/dbus/dbus-transport-unix.h
@@ -27,15 +27,9 @@
DBUS_BEGIN_DECLS
-DBusTransport* _dbus_transport_new_for_fd (int fd,
- const DBusString *server_guid,
- const DBusString *address);
DBusTransport* _dbus_transport_new_for_domain_socket (const char *path,
dbus_bool_t abstract,
DBusError *error);
-DBusTransport* _dbus_transport_new_for_tcp_socket (const char *host,
- dbus_int32_t port,
- DBusError *error);
DBUS_END_DECLS