From 7de95a803790d39d485094c2eac199473a4fa95f Mon Sep 17 00:00:00 2001 From: Sam Masiello Date: Fri, 5 Jan 2001 16:25:03 +0000 Subject: [PATCH] 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 --- functions/mcal.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/functions/mcal.xml b/functions/mcal.xml index 7c2c96db60..ee32e276e2 100644 --- a/functions/mcal.xml +++ b/functions/mcal.xml @@ -185,7 +185,8 @@ Description - int stream + string mcal_create_calendar + int stream string calendar @@ -204,7 +205,8 @@ Description - int stream + string mcal_rename_calendar + int stream string old_name string new_name @@ -225,7 +227,8 @@ Description - int stream + string mcal_delete_calendar + int stream string calendar