summaryrefslogtreecommitdiffstats
path: root/php/php_lasso.h
diff options
context:
space:
mode:
authorChristophe Nowicki <cnowicki@easter-eggs.com>2004-08-18 14:56:01 +0000
committerChristophe Nowicki <cnowicki@easter-eggs.com>2004-08-18 14:56:01 +0000
commit712ff1a9f7f68c8ade853f3ae031666a63120fa8 (patch)
tree4bd6b04862df588e6a8e986f6da38ac6b35353ed /php/php_lasso.h
parent167608159f11048a720c6339dd217b679e3c83ab (diff)
downloadlasso-712ff1a9f7f68c8ade853f3ae031666a63120fa8.tar.gz
lasso-712ff1a9f7f68c8ade853f3ae031666a63120fa8.tar.xz
lasso-712ff1a9f7f68c8ade853f3ae031666a63120fa8.zip
Add environ/lasso_logout.c
Diffstat (limited to 'php/php_lasso.h')
-rw-r--r--php/php_lasso.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/php/php_lasso.h b/php/php_lasso.h
index 19e5f8c7..9da89eeb 100644
--- a/php/php_lasso.h
+++ b/php/php_lasso.h
@@ -45,6 +45,7 @@ extern zend_module_entry lasso_module_entry;
#define le_lassonode_name "LASSO Node Resource"
#define le_lassoserver_name "LASSO Server Resource"
#define le_lassologin_name "LASSO Login Resource"
+#define le_lassologout_name "LASSO Logout Resource"
#define le_lassoidentity_name "LASSO Identity Resource"
#define le_lassosession_name "LASSO Session Resource"
#define le_lassofederation_name "LASSO Federation Resource"
@@ -119,6 +120,11 @@ PHP_FUNCTION(lasso_lib_authn_request_set_relaystate);
PHP_FUNCTION(lasso_lib_authn_request_set_protocolprofile);
PHP_FUNCTION(lasso_lib_authn_response_set_consent);
+/* lasso_logout.c */
+PHP_FUNCTION(lasso_logout_new);
+PHP_FUNCTION(lasso_logout_init_request);
+PHP_FUNCTION(lasso_logout_build_request_msg);
+
/* GLOBALS */
ZEND_BEGIN_MODULE_GLOBALS(lasso)
long global_value;
@@ -130,6 +136,7 @@ extern int le_lasso;
extern int le_lassonode;
extern int le_lassoserver;
extern int le_lassologin;
+extern int le_lassologout;
extern int le_lassoidentity;
extern int le_lassosession;
extern int le_lassofederation;