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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbus/dbus-transport-unix.h b/dbus/dbus-transport-unix.h
index ef7ac9b1..8d3f5b10 100644
--- a/dbus/dbus-transport-unix.h
+++ b/dbus/dbus-transport-unix.h
@@ -31,6 +31,7 @@ DBusTransport* _dbus_transport_new_for_fd (int fd,
dbus_bool_t server,
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,