summaryrefslogtreecommitdiffstats
path: root/src/Daemon/Polkit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Daemon/Polkit.h')
-rw-r--r--src/Daemon/Polkit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Daemon/Polkit.h b/src/Daemon/Polkit.h
index b03e0d4..bb03822 100644
--- a/src/Daemon/Polkit.h
+++ b/src/Daemon/Polkit.h
@@ -34,6 +34,6 @@ POLKIT_CHECK_AUTHORIZATION_FLAGS_NONE*/
PolkitChallenge = 0x03
} PolkitResult;
-PolkitResult polkit_check_authorization(char *action_id);
+PolkitResult polkit_check_authorization(char * dbus_name,char *action_id);
#endif