From: Hartmut Holzgraefe Date: Fri, 26 May 2000 17:20:18 +0000 (+0000) Subject: proto fixed X-Git-Tag: PRE_EIGHT_BYTE_ALLOC_PATCH~232 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=62227a03b1ce8e2f5fb5fb24b67ae856a69dd874;p=php proto fixed --- diff --git a/ext/mcal/php_mcal.c b/ext/mcal/php_mcal.c index 2ce69c8e3e..319afcd1e9 100644 --- a/ext/mcal/php_mcal.c +++ b/ext/mcal/php_mcal.c @@ -629,7 +629,7 @@ PHP_FUNCTION(mcal_rename_calendar) } /* }}} */ -/* {{{ proto mcal_list_alarms(int stream_id, int year, int month, int day, int hour, int min, int sec) +/* {{{ proto bool 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) {