diff options
| author | Nicolas Clapies <nclapies@entrouvert.com> | 2004-07-06 19:10:11 +0000 |
|---|---|---|
| committer | Nicolas Clapies <nclapies@entrouvert.com> | 2004-07-06 19:10:11 +0000 |
| commit | b455c8fd195c27ff488cbde7abece94a580d1807 (patch) | |
| tree | 3dee8fcd6d5c28915909794521c9abc2894f8050 | |
| parent | ac64060db74dca8bd4f6ced4589d479a47242635 (diff) | |
| download | lasso-b455c8fd195c27ff488cbde7abece94a580d1807.tar.gz lasso-b455c8fd195c27ff488cbde7abece94a580d1807.tar.xz lasso-b455c8fd195c27ff488cbde7abece94a580d1807.zip | |
add type provider enum
| -rw-r--r-- | lasso/id-ff/profile_context.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lasso/id-ff/profile_context.h b/lasso/id-ff/profile_context.h index 444d5942..efc70f53 100644 --- a/lasso/id-ff/profile_context.h +++ b/lasso/id-ff/profile_context.h @@ -51,6 +51,11 @@ typedef enum { lassoHttpMethodRedirect, } lassoHttpMethods; +typedef enum { + lassoProfileContextServiceProviderType = 1, + lassoProfileContextIdentityProviderType +} lassoProfileContextProviderTypes; + struct _LassoProfileContext { GObject parent; |
