X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fbus-proxyd%2Fdriver.h;h=b8cedf5ce5c03c40a6cf7001333c74f46f9e912f;hb=adfe5671ef794099068038dfccbf1eb5134433c8;hp=eb7a6e3e50e8bd07722a7c0679c91a40f3ac0145;hpb=f3c4724635951c5b8a2b3f3c3f25798ce4d290cd;p=elogind.git diff --git a/src/bus-proxyd/driver.h b/src/bus-proxyd/driver.h index eb7a6e3e5..b8cedf5ce 100644 --- a/src/bus-proxyd/driver.h +++ b/src/bus-proxyd/driver.h @@ -24,4 +24,4 @@ #include "sd-bus.h" #include "bus-xml-policy.h" -int bus_proxy_process_driver(sd_bus *a, sd_bus *b, sd_bus_message *m, Policy *policy, const struct ucred *ucred, Set *owned_names); +int bus_proxy_process_driver(sd_bus *a, sd_bus *b, sd_bus_message *m, SharedPolicy *sp, const struct ucred *ucred, Set *owned_names);