cvs: php4 /ext/mcal/ php_mcal.c
[email protected] ("Hartmut Holzgraefe")
| Newsgroups | php.version4 |
|---|---|
| Message-ID | <cvshholzgra959361617@cvsserver> |
hholzgra Fri May 26 10:20:17 2000 EDT
Modified files:
/php4/ext/mcal php_mcal.c
Log:
proto fixed
Index: php4/ext/mcal/php_mcal.c
diff -u php4/ext/mcal/php_mcal.c:1.25 php4/ext/mcal/php_mcal.c:1.26
--- php4/ext/mcal/php_mcal.c:1.25 Tue May 23 14:56:29 2000
+++ php4/ext/mcal/php_mcal.c Fri May 26 10:20:17 2000
@@ -629,7 +629,7 @@
}
/* }}} */
-/* {{{ proto mcal_list_alarms(int stream_id, int year, int month, int day, int hour, int min, int sec)
+/* {{{ proto bool mcal_list_alarms(int stream_id, int year, int month, int day, int hour, int min, int sec)
List alarms for a given time */
PHP_FUNCTION(mcal_list_alarms)
{