felipe Thu Mar 26 22:30:05 2009 UTC
Modified files:
/php-src/ext/standard syslog.c
Log:
- Removed unused declaration
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/syslog.c?r1=1.62&r2=1.63&diff_format=u
Index: php-src/ext/standard/syslog.c
diff -u php-src/ext/standard/syslog.c:1.62 php-src/ext/standard/syslog.c:1.63
--- php-src/ext/standard/syslog.c:1.62 Tue Mar 10 23:39:40 2009
+++ php-src/ext/standard/syslog.c Thu Mar 26 22:30:05 2009
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: syslog.c,v 1.62 2009/03/10 23:39:40 helly Exp $ */
+/* $Id: syslog.c,v 1.63 2009/03/26 22:30:05 felipe Exp $ */
#include "php.h"
@@ -36,8 +36,6 @@
#include "basic_functions.h"
#include "php_ext_syslog.h"
-static void start_syslog(TSRMLS_D);
-
/* {{{ PHP_MINIT_FUNCTION
*/
PHP_MINIT_FUNCTION(syslog)
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php