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/notes/php_notes.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ext/notes/php_notes.h') diff --git a/ext/notes/php_notes.h b/ext/notes/php_notes.h index e7412a63e8..35ff36eaa2 100644 --- a/ext/notes/php_notes.h +++ b/ext/notes/php_notes.h @@ -23,10 +23,10 @@ extern zend_module_entry notes_module_entry; #define notes_module_ptr ¬es_module_entry -extern PHP_MINIT_FUNCTION(notes); -extern PHP_MSHUTDOWN_FUNCTION(notes); -extern PHP_RINIT_FUNCTION(notes); -extern PHP_RSHUTDOWN_FUNCTION(notes); +PHP_MINIT_FUNCTION(notes); +PHP_MSHUTDOWN_FUNCTION(notes); +PHP_RINIT_FUNCTION(notes); +PHP_RSHUTDOWN_FUNCTION(notes); PHP_MINFO_FUNCTION(notes); PHP_FUNCTION(notes_create_db); -- cgit v1.2.1