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