summaryrefslogtreecommitdiffstats
path: root/lasso/xml/lib_authn_request_envelope.h
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2004-12-23 16:50:23 +0000
committerFrederic Peters <fpeters@entrouvert.com>2004-12-23 16:50:23 +0000
commit05e3610efb70fa0ed253afec17ac5f9001d25694 (patch)
tree0a5d4ce4441377f3d22eb5acba139bc35974c6ef /lasso/xml/lib_authn_request_envelope.h
parenta9419210d9c74a6d27eab96b1e5fd2c3f8b296c1 (diff)
downloadlasso-05e3610efb70fa0ed253afec17ac5f9001d25694.tar.gz
lasso-05e3610efb70fa0ed253afec17ac5f9001d25694.tar.xz
lasso-05e3610efb70fa0ed253afec17ac5f9001d25694.zip
Moved <lib:Extension> to xmlNode* since the developer can use xmlAddNextSibling
to add other nodes. (not tested)
Diffstat (limited to 'lasso/xml/lib_authn_request_envelope.h')
-rw-r--r--lasso/xml/lib_authn_request_envelope.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/xml/lib_authn_request_envelope.h b/lasso/xml/lib_authn_request_envelope.h
index fe1e183f..fb8c55eb 100644
--- a/lasso/xml/lib_authn_request_envelope.h
+++ b/lasso/xml/lib_authn_request_envelope.h
@@ -57,7 +57,7 @@ struct _LassoLibAuthnRequestEnvelope {
/*< public >*/
/* <xs:element ref="Extension" minOccurs="0" maxOccurs="unbounded"/> */
- GList *Extension;
+ xmlNode *Extension;
/* <xs:element ref="AuthnRequest"/> */
LassoLibAuthnRequest *AuthnRequest;
/* <xs:element ref="ProviderID"/> */