#ifndef DWLDBUS_H #define DWLDBUS_H #include #include struct wl_event_source* startbus (DBusConnection *conn, struct wl_event_loop *loop); void stopbus (DBusConnection *conn, struct wl_event_source *bus_source); #endif /* DWLDBUS_H */