summaryrefslogtreecommitdiffstats
path: root/proxy/src/client/gssapi_gpm.h
diff options
context:
space:
mode:
authorGünther Deschner <gdeschner@redhat.com>2012-09-14 12:06:37 +0200
committerSimo Sorce <simo@redhat.com>2012-10-25 15:53:31 -0400
commitbb17b8618078ba68ced8f1dc077e83f1ffdb3514 (patch)
tree19264e113700e5e5be3b0c21627e2a29fdf3ac14 /proxy/src/client/gssapi_gpm.h
parente047b7fd5c40ebe10fbf839ed1fa094e541cb4e4 (diff)
downloadgss-proxy-bb17b8618078ba68ced8f1dc077e83f1ffdb3514.tar.gz
gss-proxy-bb17b8618078ba68ced8f1dc077e83f1ffdb3514.tar.xz
gss-proxy-bb17b8618078ba68ced8f1dc077e83f1ffdb3514.zip
Add gpm_export_name_composite().
Diffstat (limited to 'proxy/src/client/gssapi_gpm.h')
-rw-r--r--proxy/src/client/gssapi_gpm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/proxy/src/client/gssapi_gpm.h b/proxy/src/client/gssapi_gpm.h
index 706a6de..c2d29fc 100644
--- a/proxy/src/client/gssapi_gpm.h
+++ b/proxy/src/client/gssapi_gpm.h
@@ -146,6 +146,9 @@ OM_uint32 gpm_import_name(OM_uint32 *minor_status,
OM_uint32 gpm_export_name(OM_uint32 *minor_status,
gssx_name *input_name,
gss_buffer_t exported_name);
+OM_uint32 gpm_export_name_composite(OM_uint32 *minor_status,
+ gssx_name *input_name,
+ gss_buffer_t exported_composite_name);
OM_uint32 gpm_duplicate_name(OM_uint32 *minor_status,
gssx_name *input_name,
gssx_name **dest_name);