summaryrefslogtreecommitdiff
path: root/ext/mcal/php_mcal.h
diff options
context:
space:
mode:
authorChuck Hagenbuch <chagenbu@php.net>2000-02-26 03:09:11 +0000
committerChuck Hagenbuch <chagenbu@php.net>2000-02-26 03:09:11 +0000
commit1841e77906f656609a98fb1ccf4d5ace5d7de6f6 (patch)
tree3b4953fd9bc54584cf01553ff4e0684f46741792 /ext/mcal/php_mcal.h
parentd4fd66687d19dd3f887e1c0ae50f8562ac8e6e5e (diff)
downloadphp-git-1841e77906f656609a98fb1ccf4d5ace5d7de6f6.tar.gz
- Removing the code that checks for Zend, since this is distinctly
php4-specific now. - bringing it up to date with the mcal functions in php3 - cleanups Unfortunately, it still segfaults. I'll file a bug report about that...
Diffstat (limited to 'ext/mcal/php_mcal.h')
-rw-r--r--ext/mcal/php_mcal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/mcal/php_mcal.h b/ext/mcal/php_mcal.h
index 05eb3dfa4e..24fa33052f 100644
--- a/ext/mcal/php_mcal.h
+++ b/ext/mcal/php_mcal.h
@@ -46,6 +46,7 @@ PHP_FUNCTION(mcal_list_events);
PHP_FUNCTION(mcal_create_calendar);
PHP_FUNCTION(mcal_rename_calendar);
PHP_FUNCTION(mcal_delete_calendar);
+PHP_FUNCTION(mcal_append_event);
PHP_FUNCTION(mcal_store_event);
PHP_FUNCTION(mcal_delete_event);
PHP_FUNCTION(mcal_snooze);
@@ -66,6 +67,7 @@ PHP_FUNCTION(mcal_day_of_year);
PHP_FUNCTION(mcal_date_compare);
PHP_FUNCTION(mcal_event_init);
PHP_FUNCTION(mcal_next_recurrence);
+PHP_FUNCTION(mcal_event_set_recur_none);
PHP_FUNCTION(mcal_event_set_recur_daily);
PHP_FUNCTION(mcal_event_set_recur_weekly);
PHP_FUNCTION(mcal_event_set_recur_monthly_mday);