summaryrefslogtreecommitdiff
path: root/src/nullbackend/polkitbackendnullauthority.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nullbackend/polkitbackendnullauthority.c')
-rw-r--r--src/nullbackend/polkitbackendnullauthority.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nullbackend/polkitbackendnullauthority.c b/src/nullbackend/polkitbackendnullauthority.c
index f754bd5..11b75f2 100644
--- a/src/nullbackend/polkitbackendnullauthority.c
+++ b/src/nullbackend/polkitbackendnullauthority.c
@@ -42,6 +42,7 @@ static void authority_check_authorization (PolkitBackendAuthority *author
PolkitSubject *caller,
PolkitSubject *subject,
const gchar *action_id,
+ GHashTable *details,
PolkitCheckAuthorizationFlags flags,
GCancellable *cancellable,
GAsyncReadyCallback callback,
@@ -136,6 +137,7 @@ authority_check_authorization (PolkitBackendAuthority *authority,
PolkitSubject *caller,
PolkitSubject *subject,
const gchar *action_id,
+ GHashTable *details,
PolkitCheckAuthorizationFlags flags,
GCancellable *cancellable,
GAsyncReadyCallback callback,