diff options
author | Mark L. Woodward <mlwmohawk@php.net> | 2001-12-23 02:22:09 +0000 |
---|---|---|
committer | Mark L. Woodward <mlwmohawk@php.net> | 2001-12-23 02:22:09 +0000 |
commit | c20deee43d57775243165cb3166ce6d85b2c825e (patch) | |
tree | 91e8199a2642f8a91a67e956e705d308aa178246 /ext/msession/php_msession.h | |
parent | b498ec567cb76403885da8cb79016787dff2d1a5 (diff) | |
download | php-git-c20deee43d57775243165cb3166ce6d85b2c825e.tar.gz |
Renamed msession_getdata and msession_setdata to
msession_get_data and msession_set_data respectively.
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 04736f07ee..c457b1aadd 100644 --- a/ext/msession/php_msession.h +++ b/ext/msession/php_msession.h @@ -54,8 +54,8 @@ PHP_FUNCTION(msession_get_array); PHP_FUNCTION(msession_set_array); PHP_FUNCTION(msession_timeout); PHP_FUNCTION(msession_inc); -PHP_FUNCTION(msession_setdata); -PHP_FUNCTION(msession_getdata); +PHP_FUNCTION(msession_set_data); +PHP_FUNCTION(msession_get_data); PHP_FUNCTION(msession_listvar); PHP_FUNCTION(msession_list); PHP_FUNCTION(msession_uniq); |