summaryrefslogtreecommitdiffstats
path: root/php/php_lasso.h
diff options
context:
space:
mode:
authorChristophe Nowicki <cnowicki@easter-eggs.com>2004-08-17 15:44:45 +0000
committerChristophe Nowicki <cnowicki@easter-eggs.com>2004-08-17 15:44:45 +0000
commit856bb4e8858d83d35605479142ffc2e6a0f36c93 (patch)
treeda5d650775d7cc8fe823f4173cc9b6cb10d7f629 /php/php_lasso.h
parent73c8f9754b3cb6812a26a68dc581c20f98c1a448 (diff)
downloadlasso-856bb4e8858d83d35605479142ffc2e6a0f36c93.tar.gz
lasso-856bb4e8858d83d35605479142ffc2e6a0f36c93.tar.xz
lasso-856bb4e8858d83d35605479142ffc2e6a0f36c93.zip
rename lasso_login_set_identity_from_dump to lasso_profile_set_identity_from_dump
Diffstat (limited to 'php/php_lasso.h')
-rw-r--r--php/php_lasso.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/php/php_lasso.h b/php/php_lasso.h
index 8967ad89..19e5f8c7 100644
--- a/php/php_lasso.h
+++ b/php/php_lasso.h
@@ -78,7 +78,6 @@ PHP_FUNCTION(lasso_login_init_request);
PHP_FUNCTION(lasso_login_build_request_msg);
PHP_FUNCTION(lasso_login_process_response_msg);
PHP_FUNCTION(lasso_login_accept_sso);
-PHP_FUNCTION(lasso_login_set_identity_from_dump);
/* lasso_identity.c */
PHP_FUNCTION(lasso_identity_new);
@@ -108,6 +107,7 @@ PHP_FUNCTION(lasso_profile_is_identity_dirty);
PHP_FUNCTION(lasso_profile_get_session);
PHP_FUNCTION(lasso_profile_is_session_dirty);
PHP_FUNCTION(lasso_profile_get_nameidentifier);
+PHP_FUNCTION(lasso_profile_set_identity_from_dump);
/* lasso_lib_authn_request.c */
PHP_FUNCTION(lasso_cast_to_lib_authn_request);