diff options
Diffstat (limited to 'ext/satellite/php_orbit.h')
-rw-r--r-- | ext/satellite/php_orbit.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/ext/satellite/php_orbit.h b/ext/satellite/php_orbit.h index 8ede372e5d..5b0bf61034 100644 --- a/ext/satellite/php_orbit.h +++ b/ext/satellite/php_orbit.h @@ -24,19 +24,19 @@ #ifndef _PHP_ORBIT_H #define _PHP_ORBIT_H -extern PHP_MINIT_FUNCTION(satellite); -extern PHP_MSHUTDOWN_FUNCTION(satellite); +PHP_MINIT_FUNCTION(satellite); +PHP_MSHUTDOWN_FUNCTION(satellite); extern zend_module_entry satellite_module_entry; #define satellite_module_ptr &satellite_module_entry #define phpext_satellite_ptr satellite_module_ptr -extern PHP_FUNCTION(satellite_load_idl); -extern PHP_FUNCTION(satellite_get_repository_id); +PHP_FUNCTION(satellite_load_idl); +PHP_FUNCTION(satellite_get_repository_id); /* exception handling */ -extern PHP_FUNCTION(satellite_caught_exception); -extern PHP_FUNCTION(satellite_exception_id); -extern PHP_FUNCTION(satellite_exception_value); +PHP_FUNCTION(satellite_caught_exception); +PHP_FUNCTION(satellite_exception_id); +PHP_FUNCTION(satellite_exception_value); #endif /* _PHP_ORBIT_H */ |