From ae9dcb17993f87e38193145ee9df2e9e15e5acbb Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Tue, 8 Feb 2005 05:38:13 +0000 Subject: MFH eliminating a few more useless R* calls --- ext/hwapi/php_hwapi.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'ext/hwapi/php_hwapi.h') diff --git a/ext/hwapi/php_hwapi.h b/ext/hwapi/php_hwapi.h index 9c199134fd..2c54d04fea 100644 --- a/ext/hwapi/php_hwapi.h +++ b/ext/hwapi/php_hwapi.h @@ -66,8 +66,6 @@ extern PHP_HWAPI_API zend_hwapi_globals hwapi_globals; #endif extern PHP_MINIT_FUNCTION(hwapi); -extern PHP_MSHUTDOWN_FUNCTION(hwapi); -extern PHP_RINIT_FUNCTION(hwapi); PHP_MINFO_FUNCTION(hwapi); /* HW_API */ -- cgit v1.2.1