aboutsummaryrefslogtreecommitdiff
path: root/src/lib/gssapi/mechglue/mglueP.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/gssapi/mechglue/mglueP.h')
-rw-r--r--src/lib/gssapi/mechglue/mglueP.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/lib/gssapi/mechglue/mglueP.h b/src/lib/gssapi/mechglue/mglueP.h
index eda4e7f..a6ebfcb 100644
--- a/src/lib/gssapi/mechglue/mglueP.h
+++ b/src/lib/gssapi/mechglue/mglueP.h
@@ -51,7 +51,7 @@ typedef struct gss_name_struct {
gss_OID name_type;
gss_buffer_t external_name;
/*
- * These last two fields are only filled in for mechanism
+ * These next two fields are only filled in for mechanism
* names.
*/
gss_OID mech_type;
@@ -824,4 +824,9 @@ gssint_export_internal_name_composite(OM_uint32 *minor_status,
const gss_name_t internal_name,
gss_buffer_t name_buf);
+OM_uint32
+gssint_duplicate_name_attributes(OM_uint32 *minor_status,
+ gss_name_attribute_t srcAttrs,
+ gss_name_attribute_t *pDstAttrs);
+
#endif /* _GSS_MECHGLUEP_H */