From: Hartmut Holzgraefe Date: Tue, 23 May 2000 21:56:30 +0000 (+0000) Subject: some protos got to the wrong function - fixed X-Git-Tag: PRE_EIGHT_BYTE_ALLOC_PATCH~300 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=72c4912f582d8ffb58b2555442e6bbfeb87ad994;p=php some protos got to the wrong function - fixed --- diff --git a/ext/mcal/php_mcal.c b/ext/mcal/php_mcal.c index 74934b1198..2ce69c8e3e 100644 --- a/ext/mcal/php_mcal.c +++ b/ext/mcal/php_mcal.c @@ -598,7 +598,7 @@ PHP_FUNCTION(mcal_create_calendar) } /* }}} */ -/* {{{ 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 @@ PHP_FUNCTION(mcal_rename_calendar) } /* }}} */ -/* {{{ 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 @@ PHP_FUNCTION(mcal_week_of_year) } /* }}} */ -/* {{{ 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 ab respectively */ PHP_FUNCTION(mcal_date_compare) {