chiark / gitweb /
core: fix timestamp assignment
[elogind.git] / src / core / dbus-target.h
index a8a0304c75bbbac077edc7a27f9deb3104af40ed..6be9c9f7084d0c4c976d14950070962e629f4bda 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <dbus/dbus.h>
+#include "sd-bus.h"
 
-#include "unit.h"
-
-DBusHandlerResult bus_target_message_handler(Unit *u, DBusConnection *c, DBusMessage *message);
-
-extern const char bus_target_interface[];
+extern const sd_bus_vtable bus_target_vtable[];