diff options
Diffstat (limited to 'ext/standard/php_ext_syslog.h')
-rw-r--r-- | ext/standard/php_ext_syslog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/standard/php_ext_syslog.h b/ext/standard/php_ext_syslog.h index bf905fb5fc..e14d0e9e72 100644 --- a/ext/standard/php_ext_syslog.h +++ b/ext/standard/php_ext_syslog.h @@ -27,8 +27,8 @@ +----------------------------------------------------------------------+ */ -#ifndef _PHP_EXT_SYSLOG_H -#define _PHP_EXT_SYSLOG_H +#ifndef PHP_EXT_SYSLOG_H +#define PHP_EXT_SYSLOG_H #ifdef HAVE_SYSLOG_H @@ -45,4 +45,4 @@ PHP_FUNCTION(define_syslog_variables); #endif -#endif /* _PHP_EXT_SYSLOG_H */ +#endif /* PHP_EXT_SYSLOG_H */ |