summaryrefslogtreecommitdiff
path: root/src/core/dbus-path.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/dbus-path.h')
-rw-r--r--src/core/dbus-path.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/core/dbus-path.h b/src/core/dbus-path.h
index c945f7d588..e9558f81b5 100644
--- a/src/core/dbus-path.h
+++ b/src/core/dbus-path.h
@@ -21,12 +21,8 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
-#include <dbus/dbus.h>
-#include "unit.h"
+#include "sd-bus.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[];
+extern const sd_bus_vtable bus_path_vtable[];
+extern const char* const bus_path_changing_properties[];