]> git.ipfire.org Git - people/ms/network.git/blobdiff - src/networkd/bus.h
networkd: daemon: Correctly store reference to bus
[people/ms/network.git] / src / networkd / bus.h
index 05b4c637c0d04dcde2790c46b59a93e13e98c3fd..29b1b4a55526b5da187b1b8112c7a6027f233122 100644 (file)
@@ -30,7 +30,7 @@
 
 #include "daemon.h"
 
-int nw_bus_connect(sd_bus* bus, sd_event* loop, nw_daemon* daemon);
+int nw_bus_connect(sd_bus** bus, sd_event* loop, nw_daemon* daemon);
 
 struct nw_bus_vtable_pair {
        const sd_bus_vtable* vtable;