summaryrefslogtreecommitdiff
path: root/ext/satellite/php_orbit.h
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2001-07-30 01:56:43 +0000
committerZeev Suraski <zeev@php.net>2001-07-30 01:56:43 +0000
commit1c25b8dd532961ecb09932b182457ca0adcf8b57 (patch)
tree2996afec821096218156f1d914301ad589edf897 /ext/satellite/php_orbit.h
parentb57703825be0ff40d34ee257ce14c453c4bffb98 (diff)
downloadphp-git-1c25b8dd532961ecb09932b182457ca0adcf8b57.tar.gz
Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on the way
Diffstat (limited to 'ext/satellite/php_orbit.h')
-rw-r--r--ext/satellite/php_orbit.h14
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 */