diff options
author | Simo Sorce <simo@redhat.com> | 2012-05-31 18:54:52 -0400 |
---|---|---|
committer | Simo Sorce <simo@redhat.com> | 2012-08-28 14:40:23 +0200 |
commit | bdd274acb49ddaf07ad1b1a1cfd9a205ce98740b (patch) | |
tree | e3daf4c6aac568b30b4da13ac62e251ec0167e9e /proxy/src/mechglue/gss_plugin.h | |
parent | 9493bca5b38ea916f3461c1556499eb9bdcf9ab2 (diff) | |
download | gss-proxy-bdd274acb49ddaf07ad1b1a1cfd9a205ce98740b.tar.gz gss-proxy-bdd274acb49ddaf07ad1b1a1cfd9a205ce98740b.tar.xz gss-proxy-bdd274acb49ddaf07ad1b1a1cfd9a205ce98740b.zip |
Implement display status mechglue wrappers
Diffstat (limited to 'proxy/src/mechglue/gss_plugin.h')
-rw-r--r-- | proxy/src/mechglue/gss_plugin.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/proxy/src/mechglue/gss_plugin.h b/proxy/src/mechglue/gss_plugin.h index 437d78d..a9eaf32 100644 --- a/proxy/src/mechglue/gss_plugin.h +++ b/proxy/src/mechglue/gss_plugin.h @@ -193,4 +193,11 @@ OM_uint32 gssi_init_sec_context(OM_uint32 *minor_status, OM_uint32 *ret_flags, OM_uint32 *time_rec); +OM_uint32 gssi_display_status(OM_uint32 *minor_status, + OM_uint32 status_value, + int status_type, + const gss_OID mech_type, + OM_uint32 *message_context, + gss_buffer_t status_string); + #endif /* _GGS_PLUGIN_H_ */ |