summaryrefslogtreecommitdiffstats
path: root/php/php_lasso.h
diff options
context:
space:
mode:
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);