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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/proxy/src/gp_conv.h b/proxy/src/gp_conv.h
index 4fb477b..3c1ceb6 100644
--- a/proxy/src/gp_conv.h
+++ b/proxy/src/gp_conv.h
@@ -60,7 +60,8 @@ 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);
+uint32_t gp_conv_ctx_id_to_gssx(uint32_t *min,
+ gss_ctx_id_t *in, gssx_ctx *out);
int gp_conv_gssx_to_ctx_id(gssx_ctx *in, gss_ctx_id_t *out);
int gp_conv_status_to_gssx(struct gssx_call_ctx *call_ctx,