diff options
author | Sascha Schumann <sas@php.net> | 1999-12-04 19:19:57 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-12-04 19:19:57 +0000 |
commit | 5b983c944f66b55192c901ce3fa38fcce6ca21e3 (patch) | |
tree | 89c7d57484170f274eba416495d88e02be541e6f /ext/hyperwave | |
parent | 83ce7c13d1a7f21b4bd7dd0b5ce4f4d6764d7e52 (diff) | |
download | php-git-5b983c944f66b55192c901ce3fa38fcce6ca21e3.tar.gz |
Clean up php3.*\.h files. The files itself are renamed, and references in all
.*\.[ch] files were changed. There is a slight chance that my script missed
a few changes, please correct them manually.
Diffstat (limited to 'ext/hyperwave')
-rw-r--r-- | ext/hyperwave/hw.c | 4 | ||||
-rw-r--r-- | ext/hyperwave/php_hyperwave.h (renamed from ext/hyperwave/php3_hyperwave.h) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/hyperwave/hw.c b/ext/hyperwave/hw.c index be4f3adbb5..a40b7b45b2 100644 --- a/ext/hyperwave/hw.c +++ b/ext/hyperwave/hw.c @@ -26,7 +26,7 @@ #include "php.h" #include "php_globals.h" -#include "ext/standard/php3_standard.h" +#include "ext/standard/php_standard.h" #include "ext/standard/head.h" #include "ext/standard/info.h" #include "SAPI.h" @@ -40,7 +40,7 @@ #if HYPERWAVE #include "php_ini.h" -#include "php3_hyperwave.h" +#include "php_hyperwave.h" //hw_module php3_hw_module; diff --git a/ext/hyperwave/php3_hyperwave.h b/ext/hyperwave/php_hyperwave.h index c7f04f32fb..c7f04f32fb 100644 --- a/ext/hyperwave/php3_hyperwave.h +++ b/ext/hyperwave/php_hyperwave.h |