diff options
author | Zeev Suraski <zeev@php.net> | 1999-12-17 21:50:07 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-12-17 21:50:07 +0000 |
commit | bb3ca126299a9ff8216782db49c9a15c261ff5ae (patch) | |
tree | 0c782cd1db7002cb205c3253efd2ae62f15f3b61 /ext/hyperwave/php_hyperwave.h | |
parent | 502bb9c746e3d07cf8c5faa18b38497a0a6773bc (diff) | |
download | php-git-bb3ca126299a9ff8216782db49c9a15c261ff5ae.tar.gz |
More cleanup...
Diffstat (limited to 'ext/hyperwave/php_hyperwave.h')
-rw-r--r-- | ext/hyperwave/php_hyperwave.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/hyperwave/php_hyperwave.h b/ext/hyperwave/php_hyperwave.h index 6049ffb9fc..160246d8a1 100644 --- a/ext/hyperwave/php_hyperwave.h +++ b/ext/hyperwave/php_hyperwave.h @@ -79,7 +79,7 @@ typedef struct { extern PHP_HW_API php_hw_globals hw_globals; #endif -//extern hw_module php3_hw_module; +//extern hw_module php_hw_module; typedef struct { int size; @@ -88,8 +88,6 @@ typedef struct { char *bodytag; } hw_document; -extern hw_connection php3_hw_connection; - extern PHP_MINIT_FUNCTION(hw); extern PHP_MSHUTDOWN_FUNCTION(hw); PHP_MINFO_FUNCTION(hw); |