summaryrefslogtreecommitdiff
path: root/src/polkit.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-02-11 00:13:10 +0100
committerLennart Poettering <lennart@poettering.net>2012-02-11 00:13:10 +0100
commit89f134406af6a4b4c7493f624a89dcd654b48e81 (patch)
treeb6fd1211fe1c7ee28df1ccd4fbd921509b8342ac /src/polkit.h
parent4c2b0e4e423fe73fafef10a5efa6fb778784cebc (diff)
logind: introduce CanReboot/CanPowerOff bus calls
Diffstat (limited to 'src/polkit.h')
-rw-r--r--src/polkit.h1
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