summaryrefslogtreecommitdiff
path: root/src/polkitagent/polkitagenttypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/polkitagent/polkitagenttypes.h')
-rw-r--r--src/polkitagent/polkitagenttypes.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/polkitagent/polkitagenttypes.h b/src/polkitagent/polkitagenttypes.h
index de62caa..c82ed1a 100644
--- a/src/polkitagent/polkitagenttypes.h
+++ b/src/polkitagent/polkitagenttypes.h
@@ -26,8 +26,11 @@
G_BEGIN_DECLS
-struct _PolkitAuthenticationSession;
-typedef struct _PolkitAuthenticationSession PolkitAuthenticationSession;
+struct _PolkitAgentAuthenticationSession;
+typedef struct _PolkitAgentAuthenticationSession PolkitAgentAuthenticationSession;
+
+struct _PolkitAgentAuthenticationAgent;
+typedef struct _PolkitAgentAuthenticationAgent PolkitAgentAuthenticationAgent;
G_END_DECLS