X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fshared%2Fpager.h;h=9288f44e150f36e2c1ed51300a224e14cff06e14;hb=30ab6a0fc1bb950c4dcd90dcd3dfe00a810c7fc1;hp=0b4afc04b8759a81970552f8f28d97228301dba4;hpb=fafb6eccc2c9e3f8d6ce0aad9cb428f8cc402b24;p=elogind.git diff --git a/src/shared/pager.h b/src/shared/pager.h index 0b4afc04b..9288f44e1 100644 --- a/src/shared/pager.h +++ b/src/shared/pager.h @@ -21,7 +21,8 @@ along with systemd; If not, see . ***/ -#include +#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);