diff options
author | David Zeuthen <davidz@redhat.com> | 2009-02-09 21:10:46 -0500 |
---|---|---|
committer | David Zeuthen <davidz@redhat.com> | 2009-02-09 21:10:46 -0500 |
commit | 2d65587fbf21bcaacce05798533ffd0900e132d9 (patch) | |
tree | f8655fa32563cf421a8c9fea185d82a78057e4bd /src/polkitbackend/polkitbackendtypes.h | |
parent | d288deca00eba5a2ac24a0b852af4270a3d8c79c (diff) |
make it possible to define what administrator authentication means0.91
We might also want to expose methods on the D-Bus interface
org.freedesktop.PolicyKit1.AuthorityManager to configure this;
implementation-wise we'd just be writing out config files with a fixed
priority.
Diffstat (limited to 'src/polkitbackend/polkitbackendtypes.h')
-rw-r--r-- | src/polkitbackend/polkitbackendtypes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/polkitbackend/polkitbackendtypes.h b/src/polkitbackend/polkitbackendtypes.h index b2b0111..0e6d24a 100644 --- a/src/polkitbackend/polkitbackendtypes.h +++ b/src/polkitbackend/polkitbackendtypes.h @@ -33,6 +33,8 @@ typedef struct _PolkitBackendLocalAuthority PolkitBackendLocalAuthority; struct _PolkitBackendSessionMonitor; typedef struct _PolkitBackendSessionMonitor PolkitBackendSessionMonitor; +struct _PolkitBackendConfigSource; +typedef struct _PolkitBackendConfigSource PolkitBackendConfigSource; #endif /* __POLKIT_BACKEND_TYPES_H */ |