1*acdc2a90SMatthew Barth #include <stdio.h> 2*acdc2a90SMatthew Barth #include <stdlib.h> 3*acdc2a90SMatthew Barth #include <errno.h> 4*acdc2a90SMatthew Barth #include <systemd/sd-bus.h> 5*acdc2a90SMatthew Barth 6*acdc2a90SMatthew Barth extern static const sd_bus_vtable echo_vtable[]; 7