summaryrefslogtreecommitdiff
path: root/include/gssapi
diff options
context:
space:
mode:
authorDoug Rabson <dfr@FreeBSD.org>2008-08-06 14:02:05 +0000
committerDoug Rabson <dfr@FreeBSD.org>2008-08-06 14:02:05 +0000
commit8f55a568f69c5b2fadaa020a452c2043a7dcf65f (patch)
treea928d209076dec713f636439ec8dc5be13863460 /include/gssapi
parent503765e486a9c33dc1875451a7c94e761a8d8a8d (diff)
Notes
Diffstat (limited to 'include/gssapi')
-rw-r--r--include/gssapi/gssapi.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/gssapi/gssapi.h b/include/gssapi/gssapi.h
index 30f6876bcc7d..16a588e1456d 100644
--- a/include/gssapi/gssapi.h
+++ b/include/gssapi/gssapi.h
@@ -837,6 +837,15 @@ OM_uint32 gss_pseudo_random
gss_buffer_t /* buffer for result */
);
+#ifdef _UID_T_DECLARED
+OM_uint32 gss_pname_to_uid
+ (OM_uint32 *, /* minor status */
+ const gss_name_t pname, /* principal name */
+ const gss_OID mech, /* mechanism to query */
+ uid_t *uidp /* pointer to UID for result */
+ );
+#endif
+
__END_DECLS
#endif /* _GSSAPI_GSSAPI_H_ */