Matthew Barth | c6329c9 | 2016-11-15 11:13:37 -0600 | [diff] [blame] | 1 | #ifdef IS_UNPATCHED_SYSTEMD |
2 | #include <systemd/sd-bus.h> | ||||
3 | |||||
Matt Spinler | cc6ee9c | 2018-09-19 13:23:13 -0500 | [diff] [blame] | 4 | int sd_bus_message_append_cmdline(sd_bus_message* m, const char* signature, |
5 | char*** x) | ||||
Ed Tanous | 167e237 | 2018-05-07 11:59:10 -0700 | [diff] [blame] | 6 | { |
7 | return 0; | ||||
8 | } | ||||
Matthew Barth | c6329c9 | 2016-11-15 11:13:37 -0600 | [diff] [blame] | 9 | #endif |