diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2005-02-07 23:04:00 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2005-02-07 23:04:00 +0000 |
commit | 3baf795c17a0a2199eb7e8b621dac7144b725c17 (patch) | |
tree | 695c64e70f287101c181023aee0310c71600578a /ext/hwapi/php_hwapi.h | |
parent | aa6cb1055b0fd0f1e165cea038b1f4d2d99a4816 (diff) | |
download | php-git-3baf795c17a0a2199eb7e8b621dac7144b725c17.tar.gz |
Get rid of more useless RINIT/RSHUTDOWN calls
Diffstat (limited to 'ext/hwapi/php_hwapi.h')
-rw-r--r-- | ext/hwapi/php_hwapi.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 */ |