diff options
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); |