summaryrefslogtreecommitdiff
path: root/ext/mcal
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2000-05-26 17:20:18 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2000-05-26 17:20:18 +0000
commit62227a03b1ce8e2f5fb5fb24b67ae856a69dd874 (patch)
treeb2c4317dcf0259e2ecda927366b29e508cdb6ee1 /ext/mcal
parent69d1e788c022620f7b7f81a6071e67ce37e6034d (diff)
downloadphp-git-62227a03b1ce8e2f5fb5fb24b67ae856a69dd874.tar.gz
proto fixed
Diffstat (limited to 'ext/mcal')
-rw-r--r--ext/mcal/php_mcal.c2
1 files changed, 1 insertions, 1 deletions
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)
{