chiark / gitweb /
core: convert PID 1 to libsystemd-bus
[elogind.git] / src / core / dbus-path.h
index c945f7d588bdeff86a7dc4128d20810b4ceb4299..e9558f81b50b2cb6c008816a08ed60c1247cc9ea 100644 (file)
   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[];