summaryrefslogtreecommitdiff
path: root/dbus.h
diff options
context:
space:
mode:
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 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