about summary refs log tree commit diff
path: root/src/nm-auth-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nm-auth-utils.h')
-rw-r--r--src/nm-auth-utils.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/nm-auth-utils.h b/src/nm-auth-utils.h
index 808d20fd..978d607a 100644
--- a/src/nm-auth-utils.h
+++ b/src/nm-auth-utils.h
@@ -12,7 +12,7 @@
 
 /*****************************************************************************/
 
-typedef struct NMAuthChain NMAuthChain;
+typedef struct _NMAuthChain NMAuthChain;
 
 typedef void (*NMAuthChainResultFunc) (NMAuthChain *chain,
                                        GDBusMethodInvocation *context,
@@ -53,6 +53,8 @@ void nm_auth_chain_destroy (NMAuthChain *chain);
 
 NMAuthSubject *nm_auth_chain_get_subject (NMAuthChain *self);
 
+GDBusMethodInvocation *nm_auth_chain_get_context (NMAuthChain *self);
+
 /*****************************************************************************/
 
 struct CList;