summaryrefslogtreecommitdiffstats
path: root/php/php_lasso.h
diff options
context:
space:
mode:
authorChristophe Nowicki <cnowicki@easter-eggs.com>2004-08-19 10:29:28 +0000
committerChristophe Nowicki <cnowicki@easter-eggs.com>2004-08-19 10:29:28 +0000
commit6efe72288ad48659febde2037d6d245195c7e8cc (patch)
treef48b7ee6e9b9a05b7dfe0b9f27a671a1a67bb074 /php/php_lasso.h
parent6fdcd66750821e615ea13ddf13ab9ad68ed523aa (diff)
PHP Binding :
Added lasso_profile_set_session_from_dump Now lasso_cast_to_profile take to different reources Sample SP : Logout in progress
Diffstat (limited to 'php/php_lasso.h')
-rw-r--r--php/php_lasso.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/php/php_lasso.h b/php/php_lasso.h
index 9da89eeb..f05079ba 100644
--- a/php/php_lasso.h
+++ b/php/php_lasso.h
@@ -109,6 +109,7 @@ 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);
+PHP_FUNCTION(lasso_profile_set_session_from_dump);
/* lasso_lib_authn_request.c */
PHP_FUNCTION(lasso_cast_to_lib_authn_request);