cvs: php4 /ext/mcal/ php_mcal.c
[email protected] ("Hartmut Holzgraefe")
| Newsgroups | php.version4 |
|---|---|
| Message-ID | <cvshholzgra959118989@cvsserver> |
hholzgra Tue May 23 23:56:29 2000 EDT
Modified files:
/php4/ext/mcal php_mcal.c
Log:
some protos got to the wrong function - fixed
Index: php4/ext/mcal/php_mcal.c
diff -u php4/ext/mcal/php_mcal.c:1.24 php4/ext/mcal/php_mcal.c:1.25
--- php4/ext/mcal/php_mcal.c:1.24 Tue May 23 11:33:40 2000
+++ php4/ext/mcal/php_mcal.c Tue May 23 23:56:29 2000
@@ -598,7 +598,7 @@
}
/* }}} */
-/* {{{ proto string mcal_rename(int stream_id, string src_calendar, string dest_calendar)
+/* {{{ proto string mcal_rename_calendar(int stream_id, string src_calendar, string dest_calendar)
Rename a calendar */
PHP_FUNCTION(mcal_rename_calendar)
{
@@ -629,7 +629,7 @@
}
/* }}} */
-/* {{{ proto int mcal_reopen(int stream_id, array date, array time)
+/* {{{ proto mcal_list_alarms(int stream_id, int year, int month, int day, int hour, int min, int sec)
List alarms for a given time */
PHP_FUNCTION(mcal_list_alarms)
{
@@ -1282,7 +1282,7 @@
}
/* }}} */
-/* {{{ proto int mcal_day_of_week(int ayear, int amonth, int aday, int byear, int bmonth, int bday)
+/* {{{ proto int mcal_date_compare(int ayear, int amonth, int aday, int byear, int bmonth, int bday)
Returns <0, 0, >0 if a<b, a==b, a>b respectively */
PHP_FUNCTION(mcal_date_compare)
{