blob: 51fb2e3ef098441e165ca99d7a57a898b829e1b5 [file] [log] [blame]
Matthew Barthc6329c92016-11-15 11:13:37 -06001#ifdef IS_UNPATCHED_SYSTEMD
2#include <systemd/sd-bus.h>
3
4int sd_bus_message_append_cmdline(sd_bus_message *m, const char *signature,
Ed Tanous167e2372018-05-07 11:59:10 -07005 char ***x)
6{
7 return 0;
8}
Matthew Barthc6329c92016-11-15 11:13:37 -06009#endif