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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/dbus-transport-unix.h b/dbus/dbus-transport-unix.h
index 254144d9..73986ba6 100644
--- a/dbus/dbus-transport-unix.h
+++ b/dbus/dbus-transport-unix.h
@@ -28,7 +28,7 @@
DBUS_BEGIN_DECLS
DBusTransport* _dbus_transport_new_for_fd (int fd,
- dbus_bool_t server,
+ const DBusString *server_guid,
const DBusString *address);
DBusTransport* _dbus_transport_new_for_domain_socket (const char *path,
dbus_bool_t abstract,