summaryrefslogtreecommitdiff
path: root/src/machine/machine-dbus.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-04-09 19:44:21 +0200
committerLennart Poettering <lennart@poettering.net>2018-05-24 17:01:57 +0200
commit19017acb9f3e5e7edad18f59acb872bfb8dda949 (patch)
tree6880b1435eb490220cd888bb77d29fa8a3dbbe91 /src/machine/machine-dbus.h
parent9b06c1e1ad3289653819af724415e30e377d5880 (diff)
downloadsystemd-19017acb9f3e5e7edad18f59acb872bfb8dda949.tar.gz
machined: move bus_reply_pair_array() into generic utilities
This way, we can reuse it in portabled.
Diffstat (limited to 'src/machine/machine-dbus.h')
-rw-r--r--src/machine/machine-dbus.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/machine/machine-dbus.h b/src/machine/machine-dbus.h
index 50cdda45f0..6b9cdef8c8 100644
--- a/src/machine/machine-dbus.h
+++ b/src/machine/machine-dbus.h
@@ -31,5 +31,3 @@ int bus_machine_method_get_uid_shift(sd_bus_message *message, void *userdata, sd
int machine_send_signal(Machine *m, bool new_machine);
int machine_send_create_reply(Machine *m, sd_bus_error *error);
-
-int bus_reply_pair_array(sd_bus_message *m, char **l);