diff options
Diffstat (limited to 'ext/hyperwave/php_hyperwave.h')
| -rw-r--r-- | ext/hyperwave/php_hyperwave.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/hyperwave/php_hyperwave.h b/ext/hyperwave/php_hyperwave.h index 1ae69f4b55..c56f3c22d1 100644 --- a/ext/hyperwave/php_hyperwave.h +++ b/ext/hyperwave/php_hyperwave.h @@ -65,8 +65,8 @@ typedef struct {          char *bodytag;  } hw_document; -extern PHP_MINIT_FUNCTION(hw); -extern PHP_MSHUTDOWN_FUNCTION(hw); +PHP_MINIT_FUNCTION(hw); +PHP_MSHUTDOWN_FUNCTION(hw);  PHP_MINFO_FUNCTION(hw);  PHP_FUNCTION(hw_connect);  | 
