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