summaryrefslogtreecommitdiffstats
path: root/lasso/Attic/protocols/authn_response_envelope.h
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-08-11 21:14:45 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-08-11 21:14:45 +0000
commite356eaec446a6af0713d5db6352c1df5482d3d52 (patch)
treed8e00d4802f3f6d094ff170657444ad34b5de323 /lasso/Attic/protocols/authn_response_envelope.h
parentdbbe0e32dc1eb43bcdf590389b94915c8af37839 (diff)
downloadlasso-e356eaec446a6af0713d5db6352c1df5482d3d52.tar.gz
lasso-e356eaec446a6af0713d5db6352c1df5482d3d52.tar.xz
lasso-e356eaec446a6af0713d5db6352c1df5482d3d52.zip
Changed return type for 5 methods in LassoNode:
lasso_node_dump, lasso_node_export, lasso_node_export_to_base64, lasso_node_export_to_query, lasso_node_export_to_soap
Diffstat (limited to 'lasso/Attic/protocols/authn_response_envelope.h')
-rw-r--r--lasso/Attic/protocols/authn_response_envelope.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lasso/Attic/protocols/authn_response_envelope.h b/lasso/Attic/protocols/authn_response_envelope.h
index 7445a0b6..7c7ab43f 100644
--- a/lasso/Attic/protocols/authn_response_envelope.h
+++ b/lasso/Attic/protocols/authn_response_envelope.h
@@ -58,13 +58,13 @@ LASSO_EXPORT GType lasso_authn_response_envelope_get_type
LASSO_EXPORT LassoNode* lasso_authn_response_envelope_new (LassoAuthnResponse *authnResponse,
xmlChar *assertionConsumerServiceURL);
+LASSO_EXPORT LassoNode* lasso_authn_response_envelope_new_from_export (gchar *buffer,
+ lassoNodeExportType export_type);
+
LASSO_EXPORT xmlChar* lasso_authn_response_envelope_get_assertionConsumerServiceURL (LassoAuthnResponseEnvelope *response);
LASSO_EXPORT LassoNode* lasso_authn_response_envelope_get_authnResponse (LassoAuthnResponseEnvelope *response);
-LASSO_EXPORT LassoNode* lasso_authn_response_envelope_new_from_export (gchar *buffer,
- lassoNodeExportType export_type);
-
#ifdef __cplusplus
}
#endif /* __cplusplus */