summaryrefslogtreecommitdiff
path: root/src/core/dbus-snapshot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/dbus-snapshot.h')
-rw-r--r--src/core/dbus-snapshot.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/core/dbus-snapshot.h b/src/core/dbus-snapshot.h
index 1208aafff6..f6f432240d 100644
--- a/src/core/dbus-snapshot.h
+++ b/src/core/dbus-snapshot.h
@@ -21,10 +21,8 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
-#include <dbus/dbus.h>
+#include "sd-bus.h"
-#include "unit.h"
+extern const sd_bus_vtable bus_snapshot_vtable[];
-DBusHandlerResult bus_snapshot_message_handler(Unit *u, DBusConnection *c, DBusMessage *message);
-
-extern const char bus_snapshot_interface[];
+int bus_snapshot_method_remove(sd_bus *bus, sd_bus_message *message, void *userdata);