From 1137a57c2677936bab56c26591a42c93a5e670a8 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 9 May 2010 23:53:52 +0200 Subject: environment: allow control of the environment block via D-Bus --- dbus.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dbus.h') diff --git a/dbus.h b/dbus.h index 47a6639b43..51b71eac61 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 -- cgit v1.2.3-54-g00ecf