summaryrefslogtreecommitdiffstats
path: root/proxy/src/gp_conv.h
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2012-02-05 19:05:01 -0500
committerSimo Sorce <simo@redhat.com>2012-02-05 20:43:13 -0500
commit09e04bcdf2a6da81f6a7edad8d105ed81205b151 (patch)
tree91f981bb6902f90e0f0b2adc4290208f9b61216b /proxy/src/gp_conv.h
parent484fa6386f322cbb93412bfd43b27476e655072f (diff)
downloadgss-proxy-09e04bcdf2a6da81f6a7edad8d105ed81205b151.tar.gz
gss-proxy-09e04bcdf2a6da81f6a7edad8d105ed81205b151.tar.xz
gss-proxy-09e04bcdf2a6da81f6a7edad8d105ed81205b151.zip
Fix accept_sec_context to properly return src_name
Diffstat (limited to 'proxy/src/gp_conv.h')
-rw-r--r--proxy/src/gp_conv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/proxy/src/gp_conv.h b/proxy/src/gp_conv.h
index 110970a..02c8c52 100644
--- a/proxy/src/gp_conv.h
+++ b/proxy/src/gp_conv.h
@@ -68,4 +68,6 @@ int gp_copy_gssx_status_alloc(gssx_status *in, gssx_status **out);
int gp_conv_gssx_to_oid_set(gssx_OID_set *in, gss_OID_set *out);
int gp_conv_oid_set_to_gssx(gss_OID_set in, gssx_OID_set *out);
+int gp_copy_gssx_name_alloc(gssx_name *in, gssx_name **out);
+
#endif /* _GSS_CONV_H_ */