summaryrefslogtreecommitdiffstats
path: root/lasso/id-ff/profile_context.h
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-07-08 01:33:39 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-07-08 01:33:39 +0000
commitfccf8947cb654e9180a3ea27c60a4339ed4c3465 (patch)
tree40a7e01b2344f5090fb875426171fad5ce279b61 /lasso/id-ff/profile_context.h
parent6e23ae12ee3514890af320b9977e5f2c4366c465 (diff)
downloadlasso-fccf8947cb654e9180a3ea27c60a4339ed4c3465.tar.gz
lasso-fccf8947cb654e9180a3ea27c60a4339ed4c3465.tar.xz
lasso-fccf8947cb654e9180a3ea27c60a4339ed4c3465.zip
*** empty log message ***
Diffstat (limited to 'lasso/id-ff/profile_context.h')
-rw-r--r--lasso/id-ff/profile_context.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lasso/id-ff/profile_context.h b/lasso/id-ff/profile_context.h
index efc70f53..5ab01cf6 100644
--- a/lasso/id-ff/profile_context.h
+++ b/lasso/id-ff/profile_context.h
@@ -66,9 +66,6 @@ struct _LassoProfileContext {
LassoNode *request;
LassoNode *response;
- gint request_method;
- gint response_method;
-
gchar *remote_providerID;
gchar *msg_url;
@@ -86,6 +83,9 @@ LASSO_EXPORT GType lasso_profile_context_get_type (vo
LASSO_EXPORT LassoProfileContext* lasso_profile_context_new (LassoServer *server,
LassoUser *user);
+LASSO_EXPORT gchar* lasso_profile_context_dump (LassoProfileContext *ctx,
+ const gchar *name);
+
LASSO_EXPORT gint lasso_profile_context_set_remote_providerID(LassoProfileContext *ctx,
gchar *providerID);