diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2004-12-31 18:33:23 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2004-12-31 18:33:23 +0000 |
| commit | ac3e5574fc5c6fb3ec5fcbe3826928422f182b74 (patch) | |
| tree | 0c2556955b5a3d0a02a15d5b4b07131201109807 /lasso/id-ff/profile.h | |
| parent | 113c9ccd3f4c5255c682a3e831774313585bb8d5 (diff) | |
| download | lasso-ac3e5574fc5c6fb3ec5fcbe3826928422f182b74.tar.gz lasso-ac3e5574fc5c6fb3ec5fcbe3826928422f182b74.tar.xz lasso-ac3e5574fc5c6fb3ec5fcbe3826928422f182b74.zip | |
moved remaining lasso[A-Z].* enums to Lasso[A-Z].*
Diffstat (limited to 'lasso/id-ff/profile.h')
| -rw-r--r-- | lasso/id-ff/profile.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lasso/id-ff/profile.h b/lasso/id-ff/profile.h index 4b251649..dc5a711d 100644 --- a/lasso/id-ff/profile.h +++ b/lasso/id-ff/profile.h @@ -60,7 +60,7 @@ typedef enum { LASSO_REQUEST_TYPE_NAME_REGISTRATION = 4, LASSO_REQUEST_TYPE_NAME_IDENTIFIER_MAPPING = 5, LASSO_REQUEST_TYPE_LECP = 6 -} lassoRequestType; +} LassoRequestType; typedef enum { LASSO_MESSAGE_TYPE_NONE = 0, @@ -69,7 +69,7 @@ typedef enum { LASSO_MESSAGE_TYPE_REQUEST, LASSO_MESSAGE_TYPE_RESPONSE, LASSO_MESSAGE_TYPE_ARTIFACT -} lassoMessageType; +} LassoMessageType; struct _LassoProfile { LassoNode parent; @@ -92,7 +92,7 @@ struct _LassoProfile { LassoIdentity *identity; LassoSession *session; - lassoHttpMethod http_request_method; + LassoHttpMethod http_request_method; gint signature_status; LassoProfilePrivate *private_data; @@ -104,7 +104,7 @@ struct _LassoProfileClass { /* public functions */ -LASSO_EXPORT lassoRequestType lasso_profile_get_request_type_from_soap_msg(const gchar *soap); +LASSO_EXPORT LassoRequestType lasso_profile_get_request_type_from_soap_msg(const gchar *soap); LASSO_EXPORT gboolean lasso_profile_is_liberty_query(const gchar *query); |
