summaryrefslogtreecommitdiff
path: root/dbus.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-05-09 23:53:52 +0200
committerLennart Poettering <lennart@poettering.net>2010-05-09 23:53:52 +0200
commit1137a57c2677936bab56c26591a42c93a5e670a8 (patch)
tree52a4b49bae3558526bcede18fbc3aba48857a967 /dbus.h
parent6e620becc8543e9ea8381fcd779dd932c2464749 (diff)
environment: allow control of the environment block via D-Bus
Diffstat (limited to 'dbus.h')
-rw-r--r--dbus.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dbus.h b/dbus.h
index 47a6639b4..51b71eac6 100644
--- a/dbus.h
+++ b/dbus.h
@@ -102,4 +102,6 @@ int bus_property_append_uint64(Manager *m, DBusMessageIter *i, const char *prope
return 0; \
}
+int bus_parse_strv(DBusMessage *m, char ***_l);
+
#endif