fixed function prototypes for mcal_create_calendar, mcal_rename_calendar, and mcal_delete_calendar

PR:
Submitted by:
Reviewed by: askalski
Obtained from:


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@38691 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Sam Masiello 2001-01-05 16:25:03 +00:00
parent 257adad4df
commit 7de95a8037

View file

@ -185,7 +185,8 @@
<title>Description</title>
<funcsynopsis>
<funcprototype>
<funcdef>int <function>stream</function></funcdef>
<funcdef>string <function>mcal_create_calendar</function></funcdef>
<paramdef>int <parameter>stream</parameter></paramdef>
<paramdef>string <parameter>calendar</parameter></paramdef>
</funcprototype>
</funcsynopsis>
@ -204,7 +205,8 @@
<title>Description</title>
<funcsynopsis>
<funcprototype>
<funcdef>int <function>stream</function></funcdef>
<funcdef>string <function>mcal_rename_calendar</function></funcdef>
<paramdef>int <parameter>stream</parameter></paramdef>
<paramdef>string <parameter>old_name</parameter></paramdef>
<paramdef>string <parameter>new_name</parameter></paramdef>
</funcprototype>
@ -225,7 +227,8 @@
<title>Description</title>
<funcsynopsis>
<funcprototype>
<funcdef>int <function>stream</function></funcdef>
<funcdef>string <function>mcal_delete_calendar</function></funcdef>
<paramdef>int <parameter>stream</parameter></paramdef>
<paramdef>string <parameter>calendar</parameter></paramdef>
</funcprototype>
</funcsynopsis>