diff options
author | Egon Schmid <eschmid@php.net> | 2000-03-05 07:00:16 +0000 |
---|---|---|
committer | Egon Schmid <eschmid@php.net> | 2000-03-05 07:00:16 +0000 |
commit | 79e36bd365ac041e050e1339eaeea8da6d023d24 (patch) | |
tree | 01816d29444bbe820400ba18a5d502d53c444dee /ext/mcal/php_mcal.c | |
parent | e7d03185c471cf2b3f62cd9cd1ff3ae811c11bc5 (diff) | |
download | php-git-79e36bd365ac041e050e1339eaeea8da6d023d24.tar.gz |
Protos fixed.
Diffstat (limited to 'ext/mcal/php_mcal.c')
-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 4984416696..7329f10221 100644 --- a/ext/mcal/php_mcal.c +++ b/ext/mcal/php_mcal.c @@ -1096,8 +1096,8 @@ PHP_FUNCTION(mcal_event_set_class) } /* }}} */ -/* {{{ proto string mcal_event_add_attribute(int stream_id, string attribute,string value) - Add an attribute and value to an event */ +/* {{{ proto string mcal_event_add_attribute(int stream_id, string attribute, string value) + Add an attribute and value to an event */ PHP_FUNCTION(mcal_event_add_attribute) { pval *streamind,*attribute,*val; |