chiark / gitweb /
Major cleanup of all leftovers after rebasing on master.
[elogind.git] / src / libelogind / sd-bus / bus-slot.h
index da3834f8b05a707f9359cdd25999c5a25c7b1e6f..23a15e4d024ee7d0f45fb34adf6b1f69a9ec36d5 100644 (file)
@@ -22,7 +22,8 @@
 ***/
 
 #include "sd-bus.h"
-#include "bus-xml-policy.h"
-#include "proxy.h"
+#include "bus-internal.h"
 
-int bus_proxy_process_driver(Proxy *p, sd_bus *a, sd_bus *b, sd_bus_message *m, SharedPolicy *sp, const struct ucred *ucred, Set *owned_names);
+sd_bus_slot *bus_slot_allocate(sd_bus *bus, bool floating, BusSlotType type, size_t extra, void *userdata);
+
+void bus_slot_disconnect(sd_bus_slot *slot);