summaryrefslogtreecommitdiff
path: root/ext/calendar/php_calendar.h
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2001-07-04 10:12:45 +0000
committerWez Furlong <wez@php.net>2001-07-04 10:12:45 +0000
commita07a26888e1db18be729f10bafe6cf4bbb65ce5f (patch)
treea5f5e8e1e2c3ef383b0a04693ea8919087b2eebe /ext/calendar/php_calendar.h
parentf1364ebf3ead89f145af573e3b90f3503898b0ad (diff)
downloadphp-git-a07a26888e1db18be729f10bafe6cf4bbb65ce5f.tar.gz
Added a couple of new functions to "modularize" working with calendars.
Added a few constants for the existing functions, and tidied them up a bit.
Diffstat (limited to 'ext/calendar/php_calendar.h')
-rw-r--r--ext/calendar/php_calendar.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/ext/calendar/php_calendar.h b/ext/calendar/php_calendar.h
index d56d3af19a..73bc96aede 100644
--- a/ext/calendar/php_calendar.h
+++ b/ext/calendar/php_calendar.h
@@ -25,7 +25,10 @@ PHP_FUNCTION(easter_days);
PHP_FUNCTION(easter_date);
PHP_FUNCTION(unixtojd);
PHP_FUNCTION(jdtounix);
-
+PHP_FUNCTION(cal_from_jd);
+PHP_FUNCTION(cal_to_jd);
+PHP_FUNCTION(cal_days_in_month);
+PHP_FUNCTION(cal_info);
#define phpext_calendar_ptr calendar_module_ptr