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