summaryrefslogtreecommitdiff
path: root/ext/mcal/php_mcal.h
diff options
context:
space:
mode:
authorChuck Hagenbuch <chagenbu@php.net>2000-03-05 05:36:34 +0000
committerChuck Hagenbuch <chagenbu@php.net>2000-03-05 05:36:34 +0000
commite7d03185c471cf2b3f62cd9cd1ff3ae811c11bc5 (patch)
treee93129e78ccdf4a106de1b0aef6cfcf1590ba5b0 /ext/mcal/php_mcal.h
parentb4b82e05d8316d3b9f19b249fe9af1f7633f247a (diff)
downloadphp-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.h1
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);