summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-sysdeps.h
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2008-07-10 12:45:36 -0400
committerRay Strode <rstrode@redhat.com>2008-07-11 23:58:53 -0400
commit417c41f6c1ca122e1ce72a920bfc8c3ee841bf3c (patch)
tree7692ed07a2cae94fb8443a0f8b52a67c453ca5e9 /dbus/dbus-sysdeps.h
parent458c6ead8572f8cea248844b6860156a00f3f45b (diff)
Add new _dbus_get_environment call
It's a wrapper around the environ external variable. It will be important in the future when we allow bus clients to modify the environment of future activated clients. Presently, we just always use the bus daemon environment wholesale.
Diffstat (limited to 'dbus/dbus-sysdeps.h')
-rw-r--r--dbus/dbus-sysdeps.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbus/dbus-sysdeps.h b/dbus/dbus-sysdeps.h
index 5ff13884..80236f05 100644
--- a/dbus/dbus-sysdeps.h
+++ b/dbus/dbus-sysdeps.h
@@ -101,6 +101,7 @@ const char* _dbus_getenv (const char *varname);
dbus_bool_t _dbus_setenv (const char *varname,
const char *value);
dbus_bool_t _dbus_clearenv (void);
+char ** _dbus_get_environment (void);
/** A process ID */
typedef unsigned long dbus_pid_t;