summaryrefslogtreecommitdiffstats
path: root/proxy/src/gp_conv.h
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2012-01-30 09:39:17 -0500
committerSimo Sorce <simo@redhat.com>2012-01-30 10:49:03 -0500
commit5c21c9e55374915114852398d5d5eb466a6bc148 (patch)
treebd2d00eb554727acb70fefc7a0e3643c79a833bf /proxy/src/gp_conv.h
parent266b81ef65dc4d41a328341799b1493508ecb24b (diff)
downloadgss-proxy-5c21c9e55374915114852398d5d5eb466a6bc148.tar.gz
gss-proxy-5c21c9e55374915114852398d5d5eb466a6bc148.tar.xz
gss-proxy-5c21c9e55374915114852398d5d5eb466a6bc148.zip
Add gpm_display_status function to mechglue library
Also add method to save status per-thread Uses gccism for thread-local storage for now.
Diffstat (limited to 'proxy/src/gp_conv.h')
-rw-r--r--proxy/src/gp_conv.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/proxy/src/gp_conv.h b/proxy/src/gp_conv.h
index f738ad7..fddeddd 100644
--- a/proxy/src/gp_conv.h
+++ b/proxy/src/gp_conv.h
@@ -60,4 +60,7 @@ int gp_conv_status_to_gssx(struct gssx_call_ctx *call_ctx,
uint32_t ret_maj, uint32_t ret_min,
gss_OID mech, struct gssx_status *status);
+int gp_copy_utf8string(utf8string *in, utf8string *out);
+int gp_copy_gssx_status_alloc(gssx_status *in, gssx_status **out);
+
#endif /* _GSS_CONV_H_ */