summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-sysdeps.h
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2007-06-14 18:25:22 +0000
committerRalf Habacker <ralf.habacker@freenet.de>2007-06-14 18:25:22 +0000
commiteacd8a9ed70050544010064aad33f55c777d7d66 (patch)
tree46c9779b703f5bbcb750cc523d8b6483c7f41d29 /dbus/dbus-sysdeps.h
parent7020303391731ebfdc80da9edaff5b6c2732f024 (diff)
* global rename of function dbus_username_from_current_process to _dbus_append_desired_identity
Diffstat (limited to 'dbus/dbus-sysdeps.h')
-rw-r--r--dbus/dbus-sysdeps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/dbus-sysdeps.h b/dbus/dbus-sysdeps.h
index 0cb92c61..154619a5 100644
--- a/dbus/dbus-sysdeps.h
+++ b/dbus/dbus-sysdeps.h
@@ -168,7 +168,7 @@ dbus_bool_t _dbus_credentials_add_from_current_process (DBusCredentials *creden
dbus_bool_t _dbus_credentials_parse_and_add_desired (DBusCredentials *credentials,
const DBusString *desired_identity);
-dbus_bool_t _dbus_username_from_current_process (const DBusString **username);
+dbus_bool_t _dbus_append_desired_identity (const DBusString **username);
dbus_bool_t _dbus_append_desired_identity (DBusString *str);
dbus_bool_t _dbus_homedir_from_current_process (const DBusString **homedir);