summaryrefslogtreecommitdiffstats
path: root/lasso/xml/lib_assertion.h
diff options
context:
space:
mode:
Diffstat (limited to 'lasso/xml/lib_assertion.h')
-rw-r--r--lasso/xml/lib_assertion.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/lasso/xml/lib_assertion.h b/lasso/xml/lib_assertion.h
index 88dd59fd..92fa6d15 100644
--- a/lasso/xml/lib_assertion.h
+++ b/lasso/xml/lib_assertion.h
@@ -47,14 +47,16 @@ typedef struct _LassoLibAssertionClass LassoLibAssertionClass;
struct _LassoLibAssertion {
LassoSamlAssertion parent;
/*< private >*/
+ gboolean use_xsitype;
};
struct _LassoLibAssertionClass {
LassoSamlAssertionClass parent;
};
-LASSO_EXPORT GType lasso_lib_assertion_get_type(void);
-LASSO_EXPORT LassoNode* lasso_lib_assertion_new(void);
+LASSO_EXPORT GType lasso_lib_assertion_get_type (void);
+
+LASSO_EXPORT LassoNode* lasso_lib_assertion_new (gboolean use_xsitype);
LASSO_EXPORT void lasso_lib_assertion_set_inResponseTo (LassoLibAssertion *,
const xmlChar *);