diff options
author | Mark L. Woodward <mlwmohawk@php.net> | 2001-09-28 12:41:06 +0000 |
---|---|---|
committer | Mark L. Woodward <mlwmohawk@php.net> | 2001-09-28 12:41:06 +0000 |
commit | 38f3435f06b890b2a5e195e97920cc49892deefe (patch) | |
tree | 2b19640698b4b574ba1d6ecc2cd2e4f110070454 /ext/msession/php_msession.h | |
parent | 15ac0567f9f551168c3dc1eefbc479fd317686ee (diff) | |
download | php-git-38f3435f06b890b2a5e195e97920cc49892deefe.tar.gz |
Added msession_set_array and msession_plugin
Diffstat (limited to 'ext/msession/php_msession.h')
-rw-r--r-- | ext/msession/php_msession.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/msession/php_msession.h b/ext/msession/php_msession.h index 6e95ef7ca2..46cb3b84b9 100644 --- a/ext/msession/php_msession.h +++ b/ext/msession/php_msession.h @@ -41,7 +41,6 @@ PHP_RSHUTDOWN_FUNCTION(msession); PHP_MINFO_FUNCTION(msession); PHP_FUNCTION(confirm_msession_compiled); /* For testing, remove later. */ -PHP_FUNCTION(); PHP_FUNCTION(msession_connect); PHP_FUNCTION(msession_disconnect); PHP_FUNCTION(msession_lock); @@ -53,6 +52,7 @@ PHP_FUNCTION(msession_set); PHP_FUNCTION(msession_get); PHP_FUNCTION(msession_find); PHP_FUNCTION(msession_get_array); +PHP_FUNCTION(msession_set_array); PHP_FUNCTION(msession_timeout); PHP_FUNCTION(msession_inc); PHP_FUNCTION(msession_setdata); @@ -61,7 +61,7 @@ PHP_FUNCTION(msession_listvar); PHP_FUNCTION(msession_list); PHP_FUNCTION(msession_uniq); PHP_FUNCTION(msession_randstr); -PHP_FUNCTION(); +PHP_FUNCTION(msession_plugin); /* Declare any global variables you may need between the BEGIN |