]> granicus.if.org Git - php/commitdiff
Protos fixed.
authorEgon Schmid <eschmid@php.net>
Fri, 14 Jul 2000 18:42:35 +0000 (18:42 +0000)
committerEgon Schmid <eschmid@php.net>
Fri, 14 Jul 2000 18:42:35 +0000 (18:42 +0000)
ext/mcal/php_mcal.c

index bb3b74ff9d67bd4d89ffb6560a00d7f0344dd1f5..c56cfbe895aec192fcaef6cf3d2f37befba0b1a7 100644 (file)
@@ -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)
 {