diff options
author | Chuck Hagenbuch <chagenbu@php.net> | 2000-03-05 05:36:34 +0000 |
---|---|---|
committer | Chuck Hagenbuch <chagenbu@php.net> | 2000-03-05 05:36:34 +0000 |
commit | e7d03185c471cf2b3f62cd9cd1ff3ae811c11bc5 (patch) | |
tree | e93129e78ccdf4a106de1b0aef6cfcf1590ba5b0 /ext/mcal/php_mcal.h | |
parent | b4b82e05d8316d3b9f19b249fe9af1f7633f247a (diff) | |
download | php-git-e7d03185c471cf2b3f62cd9cd1ff3ae811c11bc5.tar.gz |
Attribute list support ported from php3.
Diffstat (limited to 'ext/mcal/php_mcal.h')
-rw-r--r-- | ext/mcal/php_mcal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mcal/php_mcal.h b/ext/mcal/php_mcal.h index 24fa33052f..153528095a 100644 --- a/ext/mcal/php_mcal.h +++ b/ext/mcal/php_mcal.h @@ -58,6 +58,7 @@ PHP_FUNCTION(mcal_event_set_start); PHP_FUNCTION(mcal_event_set_end); PHP_FUNCTION(mcal_event_set_alarm); PHP_FUNCTION(mcal_event_set_class); +PHP_FUNCTION(mcal_event_add_attribute); PHP_FUNCTION(mcal_is_leap_year); PHP_FUNCTION(mcal_days_in_month); PHP_FUNCTION(mcal_date_valid); |