diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-02-11 00:13:10 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-02-11 00:13:10 +0100 |
commit | 89f134406af6a4b4c7493f624a89dcd654b48e81 (patch) | |
tree | b6fd1211fe1c7ee28df1ccd4fbd921509b8342ac /src/polkit.h | |
parent | 4c2b0e4e423fe73fafef10a5efa6fb778784cebc (diff) |
logind: introduce CanReboot/CanPowerOff bus calls
Diffstat (limited to 'src/polkit.h')
-rw-r--r-- | src/polkit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/polkit.h b/src/polkit.h index fc4e77118f..0d08194b26 100644 --- a/src/polkit.h +++ b/src/polkit.h @@ -30,6 +30,7 @@ int verify_polkit( DBusMessage *request, const char *action, bool interactive, + bool *challenge, DBusError *error); #endif |