diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2011-12-16 10:02:14 +0100 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2011-12-16 11:39:19 +0100 |
| commit | 591a47002d9d759256b4b29e56a1e1303a421167 (patch) | |
| tree | 644be17e60c31c3fda8776b725efd88f7d2cee35 /lasso/xml | |
| parent | ed9c981989f007a124dc22dcde28284395053764 (diff) | |
| download | lasso-591a47002d9d759256b4b29e56a1e1303a421167.tar.gz lasso-591a47002d9d759256b4b29e56a1e1303a421167.tar.xz lasso-591a47002d9d759256b4b29e56a1e1303a421167.zip | |
[xml] change saml_advice.h to declarer the real node type
It also needed a change to bindings.py to parse struct as well as
typedef node classes.
Diffstat (limited to 'lasso/xml')
| -rw-r--r-- | lasso/xml/saml_advice.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lasso/xml/saml_advice.h b/lasso/xml/saml_advice.h index 82b0ecc2..8216e9de 100644 --- a/lasso/xml/saml_advice.h +++ b/lasso/xml/saml_advice.h @@ -52,8 +52,7 @@ struct _LassoSamlAdvice { /* <element ref="saml:AssertionIDReference"/> */ GList *AssertionIDReference; /* of LassoNode */ /* <element ref="saml:Assertion"/> */ - LassoNode *Assertion; /* actually LassoSamlAssertion* but it recurses */ - + struct _LassoSamlAssertion *Assertion; }; struct _LassoSamlAdviceClass { |
