summaryrefslogtreecommitdiffstats
path: root/proxy/src/gp_conv.h
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2012-01-30 14:53:16 -0500
committerSimo Sorce <simo@redhat.com>2012-02-01 17:56:34 -0500
commit5ece0443a85a0c6339c5fed6b7d1e2f6a214356f (patch)
tree778d7becdcc3bbb2b64cbc937335a44f0d80603f /proxy/src/gp_conv.h
parentbbd84e44a8b6a8d9e54fd8d1c53757fac189df93 (diff)
downloadgss-proxy-5ece0443a85a0c6339c5fed6b7d1e2f6a214356f.tar.gz
gss-proxy-5ece0443a85a0c6339c5fed6b7d1e2f6a214356f.tar.xz
gss-proxy-5ece0443a85a0c6339c5fed6b7d1e2f6a214356f.zip
Add helper to convert OID sets
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 20c18d5..110970a 100644
--- a/proxy/src/gp_conv.h
+++ b/proxy/src/gp_conv.h
@@ -65,4 +65,7 @@ int gp_conv_status_to_gssx(struct gssx_call_ctx *call_ctx,
int gp_copy_utf8string(utf8string *in, utf8string *out);
int gp_copy_gssx_status_alloc(gssx_status *in, gssx_status **out);
+int gp_conv_gssx_to_oid_set(gssx_OID_set *in, gss_OID_set *out);
+int gp_conv_oid_set_to_gssx(gss_OID_set in, gssx_OID_set *out);
+
#endif /* _GSS_CONV_H_ */