summaryrefslogtreecommitdiff
path: root/ext/hyperwave/php_hyperwave.h
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>1999-12-17 21:50:07 +0000
committerZeev Suraski <zeev@php.net>1999-12-17 21:50:07 +0000
commitbb3ca126299a9ff8216782db49c9a15c261ff5ae (patch)
tree0c782cd1db7002cb205c3253efd2ae62f15f3b61 /ext/hyperwave/php_hyperwave.h
parent502bb9c746e3d07cf8c5faa18b38497a0a6773bc (diff)
downloadphp-git-bb3ca126299a9ff8216782db49c9a15c261ff5ae.tar.gz
More cleanup...
Diffstat (limited to 'ext/hyperwave/php_hyperwave.h')
-rw-r--r--ext/hyperwave/php_hyperwave.h4
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);