chiark / gitweb /
core: convert PID 1 to libsystemd-bus
[elogind.git] / src / core / dbus-automount.h
index b338e25fc12c92c96f877c04f40e16d2aa2f294c..0b9618368ed152c46166aa157f2348b7d1a25088 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_automount_message_handler(Unit *u, DBusConnection *c, DBusMessage *message);
-
-extern const char bus_automount_interface[];
-extern const char bus_automount_invalidating_properties[];
+extern const sd_bus_vtable bus_automount_vtable[];
+extern const char* const bus_automount_changing_properties[];