From 5c21c9e55374915114852398d5d5eb466a6bc148 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 30 Jan 2012 09:39:17 -0500 Subject: Add gpm_display_status function to mechglue library Also add method to save status per-thread Uses gccism for thread-local storage for now. --- proxy/src/gp_conv.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'proxy/src/gp_conv.h') 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_ */ -- cgit