[PHP-DEV] cvs: /php3/functions php3_mcal.c From: Mark Musone (musone <email protected>)
Date: 09/17/99

musone Fri Sep 17 10:09:48 1999 EDT

  Modified files:
    /php3/functions php3_mcal.c
  Log:
  these porototypes got by me :^(
  
Index: php3/functions/php3_mcal.c
diff -u php3/functions/php3_mcal.c:1.27 php3/functions/php3_mcal.c:1.28
--- php3/functions/php3_mcal.c:1.27 Tue Sep 14 16:40:17 1999
+++ php3/functions/php3_mcal.c Fri Sep 17 10:09:48 1999
@@ -522,7 +522,7 @@
 
 
 
-/* {{{ proto array mcal_list_events(int stream_id,object begindate, [object enddate])
+/* {{{ proto array mcal_list_events(int stream_id,int startyear, int startmonth, int startday, int endyear, int endmonth,int endday)
    Returns list of UIDs for that day or range of days */
 void php3_mcal_list_events(INTERNAL_FUNCTION_PARAMETERS)
 {
@@ -654,7 +654,7 @@
 
 
 
-/* {{{ proto int mcal_reopen(int stream_id, array date, array time)
+/* {{{ proto int mcal_list_alarms(int stream_id, int year,int month,int day,int hour, int min, int sec)
    list alarms for a given time */
 void php3_mcal_list_alarms(INTERNAL_FUNCTION_PARAMETERS)
 {

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>