From: Egon Schmid Date: Fri, 14 Jul 2000 18:42:35 +0000 (+0000) Subject: Protos fixed. X-Git-Tag: PRE_FILE_COMPILE_API_CHANGE~275 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0bba8eeae18d7a9818b45be131375f756195ae5c;p=php Protos fixed. --- 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) {