summaryrefslogtreecommitdiffstats
path: root/proxy/src/gp_conv.h
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2012-02-23 16:26:53 -0500
committerSimo Sorce <simo@redhat.com>2012-02-23 16:53:22 -0500
commitd0989ef842fb3cd48265521cd139b3ffa2aa3889 (patch)
treebc56f4964a9337a7de8c7dd9d2abc651a62ed851 /proxy/src/gp_conv.h
parente56dff9fe3484e0cc89f8cb75c42fa485176c1f3 (diff)
downloadgss-proxy-d0989ef842fb3cd48265521cd139b3ffa2aa3889.tar.gz
gss-proxy-d0989ef842fb3cd48265521cd139b3ffa2aa3889.tar.xz
gss-proxy-d0989ef842fb3cd48265521cd139b3ffa2aa3889.zip
gp_conv: use maj/min err codes with gp_conv_ctx_id_to_gssx too
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,