diff options
author | Simo Sorce <simo@redhat.com> | 2012-05-31 18:54:52 -0400 |
---|---|---|
committer | Simo Sorce <simo@redhat.com> | 2012-10-25 15:53:30 -0400 |
commit | efbe70588bccd05dd3964d9e9ceb6dc22719fdb7 (patch) | |
tree | 7782a0624c8072105bef2cd59e8f58dbc2182f0e /proxy/src/mechglue/gss_plugin.h | |
parent | 27d16d516d5c84aee5ef6ce278977a4fc3bcf836 (diff) | |
download | gss-proxy-efbe70588bccd05dd3964d9e9ceb6dc22719fdb7.tar.gz gss-proxy-efbe70588bccd05dd3964d9e9ceb6dc22719fdb7.tar.xz gss-proxy-efbe70588bccd05dd3964d9e9ceb6dc22719fdb7.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 afc244e..ccfe045 100644 --- a/proxy/src/mechglue/gss_plugin.h +++ b/proxy/src/mechglue/gss_plugin.h @@ -220,4 +220,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 /* _GSS_PLUGIN_H_ */ |