summaryrefslogtreecommitdiffstats
path: root/proxy/src/gp_conv.h
diff options
context:
space:
mode:
Diffstat (limited to 'proxy/src/gp_conv.h')
-rw-r--r--proxy/src/gp_conv.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/proxy/src/gp_conv.h b/proxy/src/gp_conv.h
index 3a8f952..4fb477b 100644
--- a/proxy/src/gp_conv.h
+++ b/proxy/src/gp_conv.h
@@ -55,9 +55,10 @@ gss_cred_usage_t gp_conv_gssx_to_cred_usage(gssx_cred_usage in);
int gp_conv_err_to_gssx_string(uint32_t status, int type, gss_OID oid,
utf8string *ret_str);
-int gp_conv_name_to_gssx(gss_name_t in, gssx_name *out);
-int gp_conv_name_to_gssx_alloc(gss_name_t in, gssx_name **out);
-int gp_conv_gssx_to_name(gssx_name *in, gss_name_t *out);
+uint32_t gp_conv_name_to_gssx(uint32_t *min, gss_name_t in, gssx_name *out);
+uint32_t gp_conv_name_to_gssx_alloc(uint32_t *min,
+ gss_name_t in, gssx_name **out);
+uint32_t gp_conv_gssx_to_name(uint32_t *min, gssx_name *in, gss_name_t *out);
int gp_conv_ctx_id_to_gssx(gss_ctx_id_t *in, gssx_ctx *out);
int gp_conv_gssx_to_ctx_id(gssx_ctx *in, gss_ctx_id_t *out);