From 0bba8eeae18d7a9818b45be131375f756195ae5c Mon Sep 17 00:00:00 2001 From: Egon Schmid Date: Fri, 14 Jul 2000 18:42:35 +0000 Subject: [PATCH] Protos fixed. --- ext/mcal/php_mcal.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/mcal/php_mcal.c b/ext/mcal/php_mcal.c index bb3b74ff9d..c56cfbe895 100644 --- a/ext/mcal/php_mcal.c +++ b/ext/mcal/php_mcal.c @@ -445,7 +445,7 @@ PHP_FUNCTION(mcal_expunge) } /* }}} */ -/* {{{ proto int mcal_fetch_event(int stream_id,int eventid [, int options]) +/* {{{ proto int mcal_fetch_event(int stream_id, int eventid [, int options]) Fetch an event */ PHP_FUNCTION(mcal_fetch_event) { @@ -502,7 +502,7 @@ PHP_FUNCTION(mcal_fetch_current_stream_event) } /* }}} */ -/* {{{ proto array mcal_list_events(int stream_id,object begindate [, object enddate]) +/* {{{ proto array mcal_list_events(int stream_id, object begindate [, object enddate]) Returns list of UIDs for that day or range of days */ PHP_FUNCTION(mcal_list_events) { -- 2.50.1