--- embedaddon/php/ext/standard/php_ext_syslog.h 2012/02/21 23:48:02 1.1.1.1 +++ embedaddon/php/ext/standard/php_ext_syslog.h 2012/05/29 12:34:43 1.1.1.2 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: php_ext_syslog.h,v 1.1.1.1 2012/02/21 23:48:02 misho Exp $ */ +/* $Id: php_ext_syslog.h,v 1.1.1.2 2012/05/29 12:34:43 misho Exp $ */ #ifndef PHP_EXT_SYSLOG_H #define PHP_EXT_SYSLOG_H @@ -35,7 +35,6 @@ PHP_MSHUTDOWN_FUNCTION(syslog); PHP_FUNCTION(openlog); PHP_FUNCTION(syslog); PHP_FUNCTION(closelog); -PHP_FUNCTION(define_syslog_variables); #endif