summaryrefslogtreecommitdiff
path: root/src/shared
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2017-01-09 06:16:42 +0100
committerSven Eden <yamakuzure@gmx.net>2017-03-14 10:22:32 +0100
commit31f15dd2c3a72d36ee3de5987717ac75c9907668 (patch)
treeac662b336e666347b9070d39b12a39452126ec8d /src/shared
parentd228dab58edda06f13e9637cffb16f48a6a615cb (diff)
Prep v226: Fix some function prototypes in bus-util.h
Diffstat (limited to 'src/shared')
-rw-r--r--src/shared/bus-util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shared/bus-util.h b/src/shared/bus-util.h
index d6277e213..e442ccb76 100644
--- a/src/shared/bus-util.h
+++ b/src/shared/bus-util.h
@@ -60,9 +60,9 @@ int bus_name_has_owner(sd_bus *c, const char *name, sd_bus_error *error);
int bus_check_peercred(sd_bus *c);
-int bus_test_polkit(sd_bus_message *call, int capability, const char *action, uid_t good_user, bool *_challenge, sd_bus_error *e);
+int bus_test_polkit(sd_bus_message *call, int capability, const char *action, const char **details, uid_t good_user, bool *_challenge, sd_bus_error *e);
-int bus_verify_polkit_async(sd_bus_message *call, int capability, const char *action, bool interactive, uid_t good_user, Hashmap **registry, sd_bus_error *error);
+int bus_verify_polkit_async(sd_bus_message *call, int capability, const char *action, const char **details, bool interactive, uid_t good_user, Hashmap **registry, sd_bus_error *error);
void bus_verify_polkit_async_registry_free(Hashmap *registry);
int bus_open_system_systemd(sd_bus **_bus);