X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fbus-proxyd%2Fbus-policy.h;h=64fe1ffac5cf9befe51cfba20c8d48ca5166cd89;hb=30776485c5bc2d9c356e875f2aee874d22c393b7;hp=5b4d9d0c1065bf9d6c8a673df329a7faa0dcf081;hpb=078ef7b85ad77ba999588f72b31a50ced5907692;p=elogind.git diff --git a/src/bus-proxyd/bus-policy.h b/src/bus-proxyd/bus-policy.h index 5b4d9d0c1..64fe1ffac 100644 --- a/src/bus-proxyd/bus-policy.h +++ b/src/bus-proxyd/bus-policy.h @@ -80,15 +80,15 @@ bool policy_check_own(Policy *p, const struct ucred *ucred, const char *name); bool policy_check_hello(Policy *p, const struct ucred *ucred); bool policy_check_recv(Policy *p, const struct ucred *ucred, - Hashmap *names, int message_type, + const char *name, const char *path, const char *interface, const char *member); bool policy_check_send(Policy *p, const struct ucred *ucred, - char **names, int message_type, + const char *name, const char *path, const char *interface, const char *member);