diff options
author | Egon Schmid <eschmid@php.net> | 2000-07-14 18:42:35 +0000 |
---|---|---|
committer | Egon Schmid <eschmid@php.net> | 2000-07-14 18:42:35 +0000 |
commit | 0bba8eeae18d7a9818b45be131375f756195ae5c (patch) | |
tree | 82735c57b331ecdcd4b3352fbd2cbf69ea7e69a8 /ext/mcal | |
parent | c78d180231eb4625a2593eb941173c112992270d (diff) | |
download | php-git-0bba8eeae18d7a9818b45be131375f756195ae5c.tar.gz |
Protos fixed.
Diffstat (limited to 'ext/mcal')
-rw-r--r-- | ext/mcal/php_mcal.c | 4 |
1 files 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) { |