summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgon Schmid <eschmid@php.net>2000-03-05 07:00:16 +0000
committerEgon Schmid <eschmid@php.net>2000-03-05 07:00:16 +0000
commit79e36bd365ac041e050e1339eaeea8da6d023d24 (patch)
tree01816d29444bbe820400ba18a5d502d53c444dee
parente7d03185c471cf2b3f62cd9cd1ff3ae811c11bc5 (diff)
downloadphp-git-79e36bd365ac041e050e1339eaeea8da6d023d24.tar.gz
Protos fixed.
-rw-r--r--ext/hyperwave/hw.c2
-rw-r--r--ext/mcal/php_mcal.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/ext/hyperwave/hw.c b/ext/hyperwave/hw.c
index 015dcb97ef..c08d1fd607 100644
--- a/ext/hyperwave/hw.c
+++ b/ext/hyperwave/hw.c
@@ -1287,7 +1287,7 @@ php_printf("%s", object);
}
/* }}} */
-/* {{{ proto string hw_getobject(int link, int objidž [string linkroot])
+/* {{{ proto string hw_getobject(int link, int objid [, string linkroot])
Returns object record */
PHP_FUNCTION(hw_getobject) {
pval **argv[3];
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;