X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=src%2Fcore%2Fdbus-path.h;h=389b0d7f9b8a3cb850076b20ed5165dc563d59d4;hb=5ad096b3f1331b175340129a8c9a5a9d711e5415;hp=db2d5b9161a28f998432a25fb058162b073fad1b;hpb=5430f7f2bc7330f3088b894166bf3524a067e3d8;p=elogind.git diff --git a/src/core/dbus-path.h b/src/core/dbus-path.h index db2d5b916..389b0d7f9 100644 --- a/src/core/dbus-path.h +++ b/src/core/dbus-path.h @@ -1,7 +1,6 @@ /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ -#ifndef foodbuspathhfoo -#define foodbuspathhfoo +#pragma once /*** This file is part of systemd. @@ -22,14 +21,6 @@ along with systemd; If not, see . ***/ -#include -#include "unit.h" -DBusHandlerResult bus_path_message_handler(Unit *u, DBusConnection *c, DBusMessage *message); - -extern const char bus_path_interface[]; - -extern const char bus_path_invalidating_properties[]; - -#endif +extern const sd_bus_vtable bus_path_vtable[];