chiark / gitweb /
sd-bus: don't treat KDBUS_ITEM_TIMESTAMP as unknown item
[elogind.git] / src / shared / pager.h
index 0b4afc04b8759a81970552f8f28d97228301dba4..9288f44e150f36e2c1ed51300a224e14cff06e14 100644 (file)
@@ -21,7 +21,8 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <stdbool.h>
+#include "sd-bus.h"
 
-bool pager_open(void);
-void pager_close(void);
+extern const sd_bus_vtable bus_snapshot_vtable[];
+
+int bus_snapshot_method_remove(sd_bus_message *message, void *userdata, sd_bus_error *error);