summaryrefslogtreecommitdiffstats
path: root/lasso/id-ff/defederation.h
diff options
context:
space:
mode:
authorNicolas Clapies <nclapies@entrouvert.com>2004-08-26 16:07:56 +0000
committerNicolas Clapies <nclapies@entrouvert.com>2004-08-26 16:07:56 +0000
commit0f36d58506501913a720947e9c2c28cf7fe1015e (patch)
tree89b8b53aa272d8431336711868a6a04d1dc154b8 /lasso/id-ff/defederation.h
parentac190494860fe052695de784caf2e218961aa439 (diff)
downloadlasso-0f36d58506501913a720947e9c2c28cf7fe1015e.tar.gz
lasso-0f36d58506501913a720947e9c2c28cf7fe1015e.tar.xz
lasso-0f36d58506501913a720947e9c2c28cf7fe1015e.zip
Added a param to method lasso_defederation_init_notification(). Now if it is set, lasso can choose a specific defederation protocol profile depending on the http method value of this param
Diffstat (limited to 'lasso/id-ff/defederation.h')
-rw-r--r--lasso/id-ff/defederation.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lasso/id-ff/defederation.h b/lasso/id-ff/defederation.h
index 1a6556ab..75633ea9 100644
--- a/lasso/id-ff/defederation.h
+++ b/lasso/id-ff/defederation.h
@@ -68,7 +68,8 @@ LASSO_EXPORT gint lasso_defederation_build_notification_msg (LassoDefederation
LASSO_EXPORT void lasso_defederation_destroy (LassoDefederation *defederation);
LASSO_EXPORT gint lasso_defederation_init_notification (LassoDefederation *defederation,
- gchar *remote_providerID);
+ gchar *remote_providerID,
+ lassoHttpMethod notification_method);
LASSO_EXPORT gint lasso_defederation_process_notification_msg (LassoDefederation *defederation,
gchar *notification_msg,