summaryrefslogtreecommitdiff
path: root/src/polkitbackend/polkitbackendtypes.h
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2009-07-15 15:21:35 -0400
committerDavid Zeuthen <davidz@redhat.com>2009-07-15 15:21:35 -0400
commit5bf2c57b424b0ee85f42082ed684df5acec46e45 (patch)
tree573bb75fe7786a3d90b62bb11764ab48dd59a3a7 /src/polkitbackend/polkitbackendtypes.h
parent38f472c1c8c3868bab9950403272060b20ead0e2 (diff)
Actually make the local authority look up authorization files
Still need to add test cases / docs but this seems to work great.
Diffstat (limited to 'src/polkitbackend/polkitbackendtypes.h')
-rw-r--r--src/polkitbackend/polkitbackendtypes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/polkitbackend/polkitbackendtypes.h b/src/polkitbackend/polkitbackendtypes.h
index e130d16..6ebc881 100644
--- a/src/polkitbackend/polkitbackendtypes.h
+++ b/src/polkitbackend/polkitbackendtypes.h
@@ -42,5 +42,8 @@ typedef struct _PolkitBackendInteractiveAuthority PolkitBackendInteractiveAuthor
struct _PolkitBackendLocalAuthority;
typedef struct _PolkitBackendLocalAuthority PolkitBackendLocalAuthority;
+struct _PolkitBackendLocalAuthorizationStore;
+typedef struct _PolkitBackendLocalAuthorizationStore PolkitBackendLocalAuthorizationStore;
+
#endif /* __POLKIT_BACKEND_TYPES_H */