summaryrefslogtreecommitdiff
path: root/ext/standard/php_standard.h
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-02-17 06:28:07 +0000
committerfoobar <sniper@php.net>2003-02-17 06:28:07 +0000
commit7e9fb9f21f2a993197b6b88bb2ea705f4fcc9c2a (patch)
treeffb757542cd51fb27e6951972923fc8cc98bedfe /ext/standard/php_standard.h
parentd3e006eafd09dd3354528c2552e1d06b87f1bc33 (diff)
downloadphp-git-7e9fb9f21f2a993197b6b88bb2ea705f4fcc9c2a.tar.gz
- Cleaned this mess a bit:
. Centralized the functions sunrise/sunset to php_sunrise_sunset to lessen duplicate code. . Made wrapper function php_do_date_sunrise_sunset() to lessen duplicate code. . Coding style fixes. . renamed sunfuncs.h -> php_sunfuncs.h
Diffstat (limited to 'ext/standard/php_standard.h')
-rw-r--r--ext/standard/php_standard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/php_standard.h b/ext/standard/php_standard.h
index 230e23135a..aaa52bd6cb 100644
--- a/ext/standard/php_standard.h
+++ b/ext/standard/php_standard.h
@@ -60,7 +60,7 @@
#include "php_ftok.h"
#include "php_type.h"
#include "aggregation.h"
-#include "sunfuncs.h"
+#include "php_sunfuncs.h"
#define phpext_standard_ptr basic_functions_module_ptr
PHP_MINIT_FUNCTION(standard_filters);