]> granicus.if.org Git - php/commitdiff
Fixed protos.
authorEgon Schmid <eschmid@php.net>
Thu, 13 Jul 2000 19:09:32 +0000 (19:09 +0000)
committerEgon Schmid <eschmid@php.net>
Thu, 13 Jul 2000 19:09:32 +0000 (19:09 +0000)
ext/icap/php_icap.c

index cb12ddd4c045b8b3a2735766f0689d0e294a6af8..45e6aadff145e22649be4dba8044c701aafb010f 100644 (file)
@@ -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;