From 1c25b8dd532961ecb09932b182457ca0adcf8b57 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Mon, 30 Jul 2001 01:56:43 +0000 Subject: Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on the way --- ext/rpc/dotnet/php_dotnet.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/rpc/dotnet/php_dotnet.h') diff --git a/ext/rpc/dotnet/php_dotnet.h b/ext/rpc/dotnet/php_dotnet.h index 570f4bdc7f..b56af145e2 100644 --- a/ext/rpc/dotnet/php_dotnet.h +++ b/ext/rpc/dotnet/php_dotnet.h @@ -3,8 +3,8 @@ #if WIN32|WINNT -extern PHP_MINIT_FUNCTION(DOTNET); -extern PHP_MSHUTDOWN_FUNCTION(DOTNET); +PHP_MINIT_FUNCTION(DOTNET); +PHP_MSHUTDOWN_FUNCTION(DOTNET); PHP_FUNCTION(DOTNET_load); extern zend_module_entry DOTNET_module_entry; -- cgit v1.2.1