From d041052428356411f1573f8fdad8e5b64695085b Mon Sep 17 00:00:00 2001 From: Egon Schmid Date: Thu, 13 Jul 2000 19:09:32 +0000 Subject: Fixed protos. --- ext/icap/php_icap.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ext/icap/php_icap.c') diff --git a/ext/icap/php_icap.c b/ext/icap/php_icap.c index cb12ddd4c0..45e6aadff1 100644 --- a/ext/icap/php_icap.c +++ b/ext/icap/php_icap.c @@ -311,7 +311,7 @@ PHP_FUNCTION(icap_expunge) } /* }}} */ -/* {{{ proto int icap_fetch_event(int stream_id,int eventid, [int options]) +/* {{{ proto int icap_fetch_event(int stream_id, int eventid [, int options]) Fetch an event */ PHP_FUNCTION(icap_fetch_event) { @@ -379,7 +379,7 @@ PHP_FUNCTION(icap_fetch_event) } /* }}} */ -/* {{{ proto array icap_list_events(int stream_id,int begindate, [int enddate]) +/* {{{ proto array icap_list_events(int stream_id, int begindate [, int enddate]) Returns list of UIDs for that day or range of days */ PHP_FUNCTION(icap_list_events) { @@ -612,7 +612,7 @@ PHP_FUNCTION(icap_list_alarms) /* {{{ proto string icap_delete_calendar(int stream_id, string calendar) - Delete calendar*/ + Delete calendar */ PHP_FUNCTION(icap_delete_calendar) { pval *streamind, *calendar; -- cgit v1.2.1