From ee51364bd71b0867f708950332b2f0fd3bf77088 Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Thu, 8 Mar 2007 20:25:15 +0000 Subject: * bus/bus.c, dbus/dbus-sysdeps-unix.c, dbus/dbus-sysdeps.h: rename pipe related write() function calls to _dbus_write_pipe(). --- dbus/dbus-sysdeps.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'dbus/dbus-sysdeps.h') diff --git a/dbus/dbus-sysdeps.h b/dbus/dbus-sysdeps.h index 9bc91186..8ca1cad9 100644 --- a/dbus/dbus-sysdeps.h +++ b/dbus/dbus-sysdeps.h @@ -302,6 +302,12 @@ dbus_bool_t _dbus_path_is_absolute (const DBusString *filename); dbus_bool_t _dbus_get_standard_session_servicedirs (DBusList **dirs); +typedef int DBusPipe; +int _dbus_write_pipe (DBusPipe pipe, + const DBusString *buffer, + int start, + int len); + /** Opaque type for reading a directory listing */ typedef struct DBusDirIter DBusDirIter; -- cgit