From 62227a03b1ce8e2f5fb5fb24b67ae856a69dd874 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Fri, 26 May 2000 17:20:18 +0000 Subject: [PATCH] proto fixed --- ext/mcal/php_mcal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.50.1